Package xyz.block.ftl.v1
Class ControllerServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/controller.proto") public final class ControllerServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceControllerServiceGrpc.AsyncServicepublic abstract classControllerServiceGrpc.ControllerServiceImplBaseBase class for the server implementation of the service ControllerService.
public final classControllerServiceGrpc.ControllerServiceStubA stub to allow clients to do asynchronous rpc calls to service ControllerService.
public final classControllerServiceGrpc.ControllerServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ControllerService.
public final classControllerServiceGrpc.ControllerServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ControllerService.
-
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<ProcessListRequest, ProcessListResponse>getProcessListMethod()static MethodDescriptor<StatusRequest, StatusResponse>getStatusMethod()static MethodDescriptor<GetDeploymentContextRequest, GetDeploymentContextResponse>getGetDeploymentContextMethod()static MethodDescriptor<RegisterRunnerRequest, RegisterRunnerResponse>getRegisterRunnerMethod()static ControllerServiceGrpc.ControllerServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static ControllerServiceGrpc.ControllerServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static ControllerServiceGrpc.ControllerServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(ControllerServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getProcessListMethod
static MethodDescriptor<ProcessListRequest, ProcessListResponse> getProcessListMethod()
-
getStatusMethod
static MethodDescriptor<StatusRequest, StatusResponse> getStatusMethod()
-
getGetDeploymentContextMethod
static MethodDescriptor<GetDeploymentContextRequest, GetDeploymentContextResponse> getGetDeploymentContextMethod()
-
getRegisterRunnerMethod
static MethodDescriptor<RegisterRunnerRequest, RegisterRunnerResponse> getRegisterRunnerMethod()
-
newStub
static ControllerServiceGrpc.ControllerServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ControllerServiceGrpc.ControllerServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ControllerServiceGrpc.ControllerServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ControllerServiceGrpc.AsyncService service)
-
-
-
-