Package xyz.block.ftl.pubsub.v1
Class PublishServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/pubsub/v1/publish.proto") public final class PublishServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePublishServiceGrpc.AsyncServicepublic abstract classPublishServiceGrpc.PublishServiceImplBaseBase class for the server implementation of the service PublishService.
public final classPublishServiceGrpc.PublishServiceStubA stub to allow clients to do asynchronous rpc calls to service PublishService.
public final classPublishServiceGrpc.PublishServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service PublishService.
public final classPublishServiceGrpc.PublishServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service PublishService.
-
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<PublishEventRequest, PublishEventResponse>getPublishEventMethod()static PublishServiceGrpc.PublishServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static PublishServiceGrpc.PublishServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static PublishServiceGrpc.PublishServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(PublishServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getPublishEventMethod
static MethodDescriptor<PublishEventRequest, PublishEventResponse> getPublishEventMethod()
-
newStub
static PublishServiceGrpc.PublishServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static PublishServiceGrpc.PublishServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static PublishServiceGrpc.PublishServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(PublishServiceGrpc.AsyncService service)
-
-
-
-