Interface GrpcBindableService<S extends GrpcService>

Type Parameters:
S - Service Type
All Known Subinterfaces:
Health.BlockingHealthService, Health.HealthService
All Known Implementing Classes:
DefaultHealthService

public interface GrpcBindableService<S extends GrpcService>
A gRPC service that can generate factory instances bound to itself.