Package xyz.block.ftl.language.v1
Class LanguageCommandServiceGrpc.LanguageCommandServiceStub
-
- All Implemented Interfaces:
public final class LanguageCommandServiceGrpc.LanguageCommandServiceStub extends AbstractAsyncStub<S>A 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.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description voidgetNewModuleFlags(GetNewModuleFlagsRequest request, StreamObserver<GetNewModuleFlagsResponse> responseObserver)Get language specific flags that can be used to create a new module.voidnewModule(NewModuleRequest request, StreamObserver<NewModuleResponse> responseObserver)Generates files for a new module with the requested namevoidgetModuleConfigDefaults(GetModuleConfigDefaultsRequest request, StreamObserver<GetModuleConfigDefaultsResponse> responseObserver)Provide default values for ModuleConfig for values that are not configured in the ftl.toml file.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNewModuleFlags
void getNewModuleFlags(GetNewModuleFlagsRequest request, StreamObserver<GetNewModuleFlagsResponse> responseObserver)
Get language specific flags that can be used to create a new module.
-
newModule
void newModule(NewModuleRequest request, StreamObserver<NewModuleResponse> responseObserver)
Generates files for a new module with the requested name
-
getModuleConfigDefaults
void getModuleConfigDefaults(GetModuleConfigDefaultsRequest request, StreamObserver<GetModuleConfigDefaultsResponse> responseObserver)
Provide default values for ModuleConfig for values that are not configured in the ftl.toml file.
-
-
-
-