Class ServerFeaturesGrpc.ServerFeaturesImplBase
java.lang.Object
com.eventstore.dbclient.proto.serverfeatures.ServerFeaturesGrpc.ServerFeaturesImplBase
- All Implemented Interfaces:
ServerFeaturesGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ServerFeaturesGrpc
public abstract static class ServerFeaturesGrpc.ServerFeaturesImplBase
extends Object
implements io.grpc.BindableService, ServerFeaturesGrpc.AsyncService
Base class for the server implementation of the service ServerFeatures.
-
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.serverfeatures.ServerFeaturesGrpc.AsyncService
getSupportedMethods
-
Constructor Details
-
ServerFeaturesImplBase
public ServerFeaturesImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-