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 ServerServiceDefinition
CreatesServerServiceDefinition
object for current instance of service implementation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.grpc.health.v1.HealthGrpc.AsyncService
check, watch
-
Constructor Details
-
HealthImplBase
public HealthImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-