Class CursorServiceGrpc.CursorServiceImplBase
java.lang.Object
com.google.cloud.pubsublite.proto.CursorServiceGrpc.CursorServiceImplBase
- All Implemented Interfaces:
CursorServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- CursorServiceGrpc
public abstract static class CursorServiceGrpc.CursorServiceImplBase
extends Object
implements io.grpc.BindableService, CursorServiceGrpc.AsyncService
Base class for the server implementation of the service CursorService.
The service that a subscriber client application uses to manage committed cursors while receiving messsages. A cursor represents a subscriber's progress within a topic partition for a given subscription.
-
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.google.cloud.pubsublite.proto.CursorServiceGrpc.AsyncService
commitCursor, listPartitionCursors, streamingCommitCursor
-
Constructor Details
-
CursorServiceImplBase
public CursorServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-