Class PersistentSubscriptionsGrpc.PersistentSubscriptionsImplBase
java.lang.Object
com.eventstore.dbclient.proto.persistentsubscriptions.PersistentSubscriptionsGrpc.PersistentSubscriptionsImplBase
- All Implemented Interfaces:
PersistentSubscriptionsGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- PersistentSubscriptionsGrpc
public abstract static class PersistentSubscriptionsGrpc.PersistentSubscriptionsImplBase
extends Object
implements io.grpc.BindableService, PersistentSubscriptionsGrpc.AsyncService
Base class for the server implementation of the service PersistentSubscriptions.
-
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 com.eventstore.dbclient.proto.persistentsubscriptions.PersistentSubscriptionsGrpc.AsyncService
create, delete, getInfo, list, read, replayParked, restartSubsystem, update
-
Constructor Details
-
PersistentSubscriptionsImplBase
public PersistentSubscriptionsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-