Package xyz.block.ftl.pubsub.v1
Class PubSubAdminServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/pubsub/v1/admin.proto") public final class PubSubAdminServiceGrpc
PubSubAdminService administers PubSub resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePubSubAdminServiceGrpc.AsyncServicePubSubAdminService administers PubSub resources.public abstract classPubSubAdminServiceGrpc.PubSubAdminServiceImplBaseBase class for the server implementation of the service PubSubAdminService.
PubSubAdminService administers PubSub resources.public final classPubSubAdminServiceGrpc.PubSubAdminServiceStubA stub to allow clients to do asynchronous rpc calls to service PubSubAdminService.
PubSubAdminService administers PubSub resources.public final classPubSubAdminServiceGrpc.PubSubAdminServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service PubSubAdminService.
PubSubAdminService administers PubSub resources.public final classPubSubAdminServiceGrpc.PubSubAdminServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service PubSubAdminService.
PubSubAdminService administers PubSub resources.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<ResetOffsetsOfSubscriptionRequest, ResetOffsetsOfSubscriptionResponse>getResetOffsetsOfSubscriptionMethod()static PubSubAdminServiceGrpc.PubSubAdminServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static PubSubAdminServiceGrpc.PubSubAdminServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static PubSubAdminServiceGrpc.PubSubAdminServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(PubSubAdminServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getResetOffsetsOfSubscriptionMethod
static MethodDescriptor<ResetOffsetsOfSubscriptionRequest, ResetOffsetsOfSubscriptionResponse> getResetOffsetsOfSubscriptionMethod()
-
newStub
static PubSubAdminServiceGrpc.PubSubAdminServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static PubSubAdminServiceGrpc.PubSubAdminServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static PubSubAdminServiceGrpc.PubSubAdminServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(PubSubAdminServiceGrpc.AsyncService service)
-
-
-
-