Class GrpcClientFactory<Client extends GrpcClient<BlockingClient>,BlockingClient extends BlockingGrpcClient<Client>>

java.lang.Object
io.servicetalk.grpc.api.GrpcClientFactory<Client,BlockingClient>
Type Parameters:
Client - gRPC service that any client built from this factory represents.
BlockingClient - Blocking gRPC service that any client built from this builder represents.
Direct Known Subclasses:
Health.ClientFactory

public abstract class GrpcClientFactory<Client extends GrpcClient<BlockingClient>,BlockingClient extends BlockingGrpcClient<Client>> extends Object
A factory for creating clients that follows the specified gRPC GrpcClientFactory contract.