@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/pubsublite/v1/cursor.proto") public final class CursorServiceGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
CursorServiceGrpc.CursorServiceBlockingStub
The service that a subscriber client application uses to manage committed
cursors while receiving messsages.
|
static class |
CursorServiceGrpc.CursorServiceFutureStub
The service that a subscriber client application uses to manage committed
cursors while receiving messsages.
|
static class |
CursorServiceGrpc.CursorServiceImplBase
The service that a subscriber client application uses to manage committed
cursors while receiving messsages.
|
static class |
CursorServiceGrpc.CursorServiceStub
The service that a subscriber client application uses to manage committed
cursors while receiving messsages.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CommitCursorRequest,CommitCursorResponse> |
getCommitCursorMethod() |
static io.grpc.MethodDescriptor<ListPartitionCursorsRequest,ListPartitionCursorsResponse> |
getListPartitionCursorsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StreamingCommitCursorRequest,StreamingCommitCursorResponse> |
getStreamingCommitCursorMethod() |
static CursorServiceGrpc.CursorServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CursorServiceGrpc.CursorServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CursorServiceGrpc.CursorServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<StreamingCommitCursorRequest,StreamingCommitCursorResponse> getStreamingCommitCursorMethod()
public static io.grpc.MethodDescriptor<CommitCursorRequest,CommitCursorResponse> getCommitCursorMethod()
public static io.grpc.MethodDescriptor<ListPartitionCursorsRequest,ListPartitionCursorsResponse> getListPartitionCursorsMethod()
public static CursorServiceGrpc.CursorServiceStub newStub(io.grpc.Channel channel)
public static CursorServiceGrpc.CursorServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CursorServiceGrpc.CursorServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.