Package io.grpc.health.v1
Class HealthGrpc.HealthImplBase
- java.lang.Object
-
- io.grpc.health.v1.HealthGrpc.HealthImplBase
-
- All Implemented Interfaces:
BindableService
,HealthGrpc.AsyncService
- 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 Constructor Description HealthImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerServiceDefinition
bindService()
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
-
-
-
-
Method Detail
-
bindService
public final ServerServiceDefinition bindService()
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-
-