Interface BlockingGrpcClient<Client extends GrpcClient>

Type Parameters:
Client - The corresponding GrpcClient
All Superinterfaces:
AutoCloseable, GracefulAutoCloseable
All Known Subinterfaces:
Health.BlockingHealthClient

public interface BlockingGrpcClient<Client extends GrpcClient> extends GracefulAutoCloseable
A blocking client to a gRPC service.