Package org.bremersee.minio
Interface MinioClientCallbackWithoutResult
- All Superinterfaces:
MinioClientCallback<Object>
The minio client callback without result.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectdoWithMinioClient(io.minio.MinioClient minioClient) Do with minio client.voiddoWithoutResult(io.minio.MinioClient minioClient) Do without result.
-
Method Details
-
doWithMinioClient
Description copied from interface:MinioClientCallbackDo with minio client.- Specified by:
doWithMinioClientin interfaceMinioClientCallback<Object>- Parameters:
minioClient- the minio client- Returns:
- the result
- Throws:
Exception- the exception
-
doWithoutResult
Do without result.- Parameters:
minioClient- the minio client- Throws:
Exception- the exception
-