Package xyz.block.ftl.language.v1
Class LanguageCommandServiceGrpc.LanguageCommandServiceBlockingStub
-
- All Implemented Interfaces:
public final class LanguageCommandServiceGrpc.LanguageCommandServiceBlockingStub extends AbstractBlockingStub<S>A 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.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description GetNewModuleFlagsResponsegetNewModuleFlags(GetNewModuleFlagsRequest request)Get language specific flags that can be used to create a new module.NewModuleResponsenewModule(NewModuleRequest request)Generates files for a new module with the requested nameGetModuleConfigDefaultsResponsegetModuleConfigDefaults(GetModuleConfigDefaultsRequest request)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.AbstractBlockingStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNewModuleFlags
GetNewModuleFlagsResponse getNewModuleFlags(GetNewModuleFlagsRequest request)
Get language specific flags that can be used to create a new module.
-
newModule
NewModuleResponse newModule(NewModuleRequest request)
Generates files for a new module with the requested name
-
getModuleConfigDefaults
GetModuleConfigDefaultsResponse getModuleConfigDefaults(GetModuleConfigDefaultsRequest request)
Provide default values for ModuleConfig for values that are not configured in the ftl.toml file.
-
-
-
-