Package xyz.block.ftl.language.v1
Class LanguageCommandServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/language/v1/commands.proto") public final class LanguageCommandServiceGrpc
LanguageCommandService models commands that can be sent to a language plugin over the CLI interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLanguageCommandServiceGrpc.AsyncServiceLanguageCommandService models commands that can be sent to a language plugin over the CLI interface.public abstract classLanguageCommandServiceGrpc.LanguageCommandServiceImplBaseBase class for the server implementation of the service LanguageCommandService.
LanguageCommandService models commands that can be sent to a language plugin over the CLI interface.public final classLanguageCommandServiceGrpc.LanguageCommandServiceStubA stub to allow clients to do asynchronous rpc calls to service LanguageCommandService.
LanguageCommandService models commands that can be sent to a language plugin over the CLI interface.public final classLanguageCommandServiceGrpc.LanguageCommandServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service LanguageCommandService.
LanguageCommandService models commands that can be sent to a language plugin over the CLI interface.public final classLanguageCommandServiceGrpc.LanguageCommandServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service LanguageCommandService.
LanguageCommandService models commands that can be sent to a language plugin over the CLI interface.
-
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<GetNewModuleFlagsRequest, GetNewModuleFlagsResponse>getGetNewModuleFlagsMethod()static MethodDescriptor<NewModuleRequest, NewModuleResponse>getNewModuleMethod()static MethodDescriptor<GetModuleConfigDefaultsRequest, GetModuleConfigDefaultsResponse>getGetModuleConfigDefaultsMethod()static LanguageCommandServiceGrpc.LanguageCommandServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static LanguageCommandServiceGrpc.LanguageCommandServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static LanguageCommandServiceGrpc.LanguageCommandServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(LanguageCommandServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getGetNewModuleFlagsMethod
static MethodDescriptor<GetNewModuleFlagsRequest, GetNewModuleFlagsResponse> getGetNewModuleFlagsMethod()
-
getNewModuleMethod
static MethodDescriptor<NewModuleRequest, NewModuleResponse> getNewModuleMethod()
-
getGetModuleConfigDefaultsMethod
static MethodDescriptor<GetModuleConfigDefaultsRequest, GetModuleConfigDefaultsResponse> getGetModuleConfigDefaultsMethod()
-
newStub
static LanguageCommandServiceGrpc.LanguageCommandServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static LanguageCommandServiceGrpc.LanguageCommandServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static LanguageCommandServiceGrpc.LanguageCommandServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(LanguageCommandServiceGrpc.AsyncService service)
-
-
-
-