Class CursorServiceGrpc.CursorServiceFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<CursorServiceGrpc.CursorServiceFutureStub>
com.google.cloud.pubsublite.proto.CursorServiceGrpc.CursorServiceFutureStub
Enclosing class:
CursorServiceGrpc

public static final class CursorServiceGrpc.CursorServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CursorServiceGrpc.CursorServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to 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.
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    com.google.common.util.concurrent.ListenableFuture<CommitCursorResponse>
    Updates the committed cursor.
    com.google.common.util.concurrent.ListenableFuture<ListPartitionCursorsResponse>
    Returns all committed cursor information for a subscription.

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait