Package s2.v1alpha
Class StreamServiceGrpc.StreamServiceImplBase
java.lang.Object
s2.v1alpha.StreamServiceGrpc.StreamServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,StreamServiceGrpc.AsyncService
- Enclosing class:
- StreamServiceGrpc
public abstract static class StreamServiceGrpc.StreamServiceImplBase
extends Object
implements io.grpc.BindableService, StreamServiceGrpc.AsyncService
Base class for the server implementation of the service StreamService.
Operate on an S2 stream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface s2.v1alpha.StreamServiceGrpc.AsyncService
append, appendSession, checkTail, read, readSession
-
Constructor Details
-
StreamServiceImplBase
public StreamServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-