接口 MinioAdminConsumer<T>
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Description: 模版操作 Consumer 定义
- 作者:
- : gengwei.zheng
- Date:
- : 2024/2/22 11:01
-
方法概要
-
方法详细资料
-
accept
void accept(T t) throws IOException, NoSuchAlgorithmException, InvalidKeyException, org.bouncycastle.crypto.InvalidCipherTextException Minio Admin 模版操作- 参数:
t- Minio Admin Client- 抛出:
InvalidKeyException- 无效的Key错误IOException- IO错误NoSuchAlgorithmException- 没有此算法错误org.bouncycastle.crypto.InvalidCipherTextException- 没有此算法错误
-