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 Details

    • CursorServiceImplBase

      public CursorServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService