Package xyz.block.ftl.v1
Class ModuleServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/module.proto") public final class ModuleServiceGrpc
ModuleService is the service that modules use to interact with the Controller.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceModuleServiceGrpc.AsyncServiceModuleService is the service that modules use to interact with the Controller.public abstract classModuleServiceGrpc.ModuleServiceImplBaseBase class for the server implementation of the service ModuleService.
ModuleService is the service that modules use to interact with the Controller.public final classModuleServiceGrpc.ModuleServiceStubA stub to allow clients to do asynchronous rpc calls to service ModuleService.
ModuleService is the service that modules use to interact with the Controller.public final classModuleServiceGrpc.ModuleServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ModuleService.
ModuleService is the service that modules use to interact with the Controller.public final classModuleServiceGrpc.ModuleServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ModuleService.
ModuleService is the service that modules use to interact with the Controller.
-
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<ModuleContextRequest, ModuleContextResponse>getGetModuleContextMethod()static MethodDescriptor<AcquireLeaseRequest, AcquireLeaseResponse>getAcquireLeaseMethod()static MethodDescriptor<PublishEventRequest, PublishEventResponse>getPublishEventMethod()static ModuleServiceGrpc.ModuleServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static ModuleServiceGrpc.ModuleServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static ModuleServiceGrpc.ModuleServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(ModuleServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetModuleContextMethod
static MethodDescriptor<ModuleContextRequest, ModuleContextResponse> getGetModuleContextMethod()
-
getAcquireLeaseMethod
static MethodDescriptor<AcquireLeaseRequest, AcquireLeaseResponse> getAcquireLeaseMethod()
-
getPublishEventMethod
static MethodDescriptor<PublishEventRequest, PublishEventResponse> getPublishEventMethod()
-
newStub
static ModuleServiceGrpc.ModuleServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ModuleServiceGrpc.ModuleServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ModuleServiceGrpc.ModuleServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ModuleServiceGrpc.AsyncService service)
-
-
-
-