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.
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final Channel channel
      public final CallOptions callOptions
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 name
      
      ListenableFuture<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