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 java.lang.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 Constructor Description StreamServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
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
-
-