Package xyz.block.ftl.v1
Class RunnerServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/ftl.proto") public final class RunnerServiceGrpc
RunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceRunnerServiceGrpc.AsyncServiceRunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.public abstract classRunnerServiceGrpc.RunnerServiceImplBaseBase class for the server implementation of the service RunnerService.
RunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.public final classRunnerServiceGrpc.RunnerServiceStubA stub to allow clients to do asynchronous rpc calls to service RunnerService.
RunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.public final classRunnerServiceGrpc.RunnerServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service RunnerService.
RunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.public final classRunnerServiceGrpc.RunnerServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service RunnerService.
RunnerService is the service that executes Deployments. The Controller will scale the Runner horizontally as required. The Runner will register itself automatically with the ControllerService, which will then assign modules to it.
-
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<ReserveRequest, ReserveResponse>getReserveMethod()static MethodDescriptor<DeployRequest, DeployResponse>getDeployMethod()static MethodDescriptor<TerminateRequest, RegisterRunnerRequest>getTerminateMethod()static RunnerServiceGrpc.RunnerServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static RunnerServiceGrpc.RunnerServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static RunnerServiceGrpc.RunnerServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(RunnerServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getReserveMethod
static MethodDescriptor<ReserveRequest, ReserveResponse> getReserveMethod()
-
getDeployMethod
static MethodDescriptor<DeployRequest, DeployResponse> getDeployMethod()
-
getTerminateMethod
static MethodDescriptor<TerminateRequest, RegisterRunnerRequest> getTerminateMethod()
-
newStub
static RunnerServiceGrpc.RunnerServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static RunnerServiceGrpc.RunnerServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static RunnerServiceGrpc.RunnerServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(RunnerServiceGrpc.AsyncService service)
-
-
-
-