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 Constructor Description CursorServiceImplBase()
-
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 com.google.cloud.pubsublite.proto.CursorServiceGrpc.AsyncService
commitCursor, listPartitionCursors, streamingCommitCursor
-
-