Class StreamsGrpc.StreamsImplBase
java.lang.Object
com.eventstore.dbclient.proto.streams.StreamsGrpc.StreamsImplBase
- All Implemented Interfaces:
StreamsGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- StreamsGrpc
public abstract static class StreamsGrpc.StreamsImplBase
extends Object
implements io.grpc.BindableService, StreamsGrpc.AsyncService
Base class for the server implementation of the service Streams.
-
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.streams.StreamsGrpc.AsyncService
append, batchAppend, delete, read, tombstone
-
Constructor Details
-
StreamsImplBase
public StreamsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-