Class ProjectionsGrpc.ProjectionsImplBase
java.lang.Object
com.eventstore.dbclient.proto.projections.ProjectionsGrpc.ProjectionsImplBase
- All Implemented Interfaces:
ProjectionsGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ProjectionsGrpc
public abstract static class ProjectionsGrpc.ProjectionsImplBase
extends Object
implements io.grpc.BindableService, ProjectionsGrpc.AsyncService
Base class for the server implementation of the service Projections.
-
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.projections.ProjectionsGrpc.AsyncService
create, delete, disable, enable, reset, restartSubsystem, result, state, statistics, update
-
Constructor Details
-
ProjectionsImplBase
public ProjectionsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-