Package com.grpc.health.v1
Class HealthGrpc.HealthImplBase
java.lang.Object
com.grpc.health.v1.HealthGrpc.HealthImplBase
- All Implemented Interfaces:
HealthGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
HealthGrpc
public abstract static class HealthGrpc.HealthImplBase
extends Object
implements io.grpc.BindableService, HealthGrpc.AsyncService
Base class for the server implementation of the service Health.
Health is gRPC's mechanism for checking whether a server is able to handle RPCs. Its semantics are documented in https://github.com/grpc/grpc/blob/master/doc/health-checking.md.
-
Constructor Details
-
HealthImplBase
public HealthImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-