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