Package io.servicetalk.health.v1
Interface Health.BlockingHealthService
- All Superinterfaces:
AutoCloseable,BlockingGrpcService,GracefulAutoCloseable,GrpcBindableService<Health.HealthService>,Health.BlockingCheckRpc,Health.BlockingWatchRpc
- Enclosing class:
- Health
public static interface Health.BlockingHealthService
extends GrpcBindableService<Health.HealthService>, Health.BlockingCheckRpc, Health.BlockingWatchRpc
-
Field Summary
Fields inherited from interface io.servicetalk.health.v1.Health.BlockingCheckRpc
PATHFields inherited from interface io.servicetalk.health.v1.Health.BlockingWatchRpc
PATH -
Method Summary
Modifier and TypeMethodDescriptiondefault Health.ServiceFactoryMakes aHealth.ServiceFactorybound to this instance implementingHealth.BlockingHealthServicedefault Collection<MethodDescriptor<?,?>> Get aCollectionof allMethodDescriptors for this service.Methods inherited from interface io.servicetalk.grpc.api.BlockingGrpcService
closeMethods inherited from interface io.servicetalk.concurrent.GracefulAutoCloseable
closeGracefullyMethods inherited from interface io.servicetalk.health.v1.Health.BlockingCheckRpc
checkMethods inherited from interface io.servicetalk.health.v1.Health.BlockingWatchRpc
watch, watch
-
Method Details
-
bindService
Makes aHealth.ServiceFactorybound to this instance implementingHealth.BlockingHealthService- Specified by:
bindServicein interfaceGrpcBindableService<Health.HealthService>- Returns:
- A service factory bound to this service with other appropriate configuration.
-
methodDescriptors
Description copied from interface:GrpcBindableServiceGet aCollectionof allMethodDescriptors for this service.- Specified by:
methodDescriptorsin interfaceGrpcBindableService<Health.HealthService>- Returns:
- a
Collectionof allMethodDescriptors for this service.
-