Interface MinioClientCallback<T>

  • Type Parameters:
    T - the type of the result
    All Known Subinterfaces:
    MinioClientCallbackWithoutResult

    @Validated
    public interface MinioClientCallback<T>
    The minio client callback.
    Author:
    Christian Bremer
    • Method Detail

      • doWithMinioClient

        T doWithMinioClient​(@NotNull
                            @NotNull io.minio.MinioClient minioClient)
                     throws Exception
        Do with minio client.
        Parameters:
        minioClient - the minio client
        Returns:
        the the result
        Throws:
        Exception - the exception