Package io.grpc.health.v1
Class HealthGrpc.HealthImplBase
java.lang.Object
io.grpc.health.v1.HealthGrpc.HealthImplBase
- All Implemented Interfaces:
BindableService,HealthGrpc.AsyncService
- Direct Known Subclasses:
HealthServiceImpl
- Enclosing class:
HealthGrpc
public abstract static class HealthGrpc.HealthImplBase
extends Object
implements BindableService, HealthGrpc.AsyncService
Base class for the server implementation of the service Health.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ServerServiceDefinitionCreatesServerServiceDefinitionobject for current instance of service implementation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.grpc.health.v1.HealthGrpc.AsyncService
check, watch
-
Constructor Details
-
HealthImplBase
public HealthImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableServiceCreatesServerServiceDefinitionobject for current instance of service implementation.- Specified by:
bindServicein interfaceBindableService- Returns:
- ServerServiceDefinition object.
-