BlockingClient
- The corresponding BlockingGrpcClient
public interface GrpcClient<BlockingClient extends BlockingGrpcClient> extends ListenableAsyncCloseable, GracefulAutoCloseable
Modifier and Type | Method and Description |
---|---|
BlockingClient |
asBlockingClient()
Converts this
GrpcClient to a blocking client. |
onClose
closeAsync, closeAsyncGracefully
closeGracefully
BlockingClient asBlockingClient()
GrpcClient
to a blocking client.GrpcClient
as a BlockingClient
.