Interface GrpcClient<BlockingClient extends BlockingGrpcClient>

Type Parameters:
BlockingClient - The corresponding BlockingGrpcClient
All Superinterfaces:
AsyncCloseable, AutoCloseable, GracefulAutoCloseable, ListenableAsyncCloseable
All Known Subinterfaces:
Health.HealthClient

public interface GrpcClient<BlockingClient extends BlockingGrpcClient> extends ListenableAsyncCloseable, GracefulAutoCloseable
A client to a gRPC service.