Package io.dingodb.coordinator
Class PushServiceGrpc.PushServiceImplBase
java.lang.Object
io.dingodb.coordinator.PushServiceGrpc.PushServiceImplBase
- All Implemented Interfaces:
PushServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- PushServiceGrpc
public abstract static class PushServiceGrpc.PushServiceImplBase
extends Object
implements io.grpc.BindableService, PushServiceGrpc.AsyncService
Base class for the server implementation of the service PushService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dingodb.coordinator.PushServiceGrpc.AsyncService
pushHeartbeat, pushStoreOperation
-
Constructor Details
-
PushServiceImplBase
public PushServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-