Class GrpcServiceFactory<Service extends GrpcService>

java.lang.Object
io.servicetalk.grpc.api.GrpcServiceFactory<Service>
Type Parameters:
Service - Type for service
Direct Known Subclasses:
Health.ServiceFactory

public abstract class GrpcServiceFactory<Service extends GrpcService> extends Object
A factory for binding a gRPC service to a server using a GrpcServiceFactory.ServerBinder.