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.
    
    • 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
      void getNewModuleFlags(GetNewModuleFlagsRequest request, StreamObserver<GetNewModuleFlagsResponse> responseObserver)
      Get language specific flags that can be used to create a new module.
      
      void newModule(NewModuleRequest request, StreamObserver<NewModuleResponse> responseObserver)
      Generates files for a new module with the requested name
      
      void getModuleConfigDefaults(GetModuleConfigDefaultsRequest request, StreamObserver<GetModuleConfigDefaultsResponse> responseObserver)
      Provide default values for ModuleConfig for values that are not configured in the ftl.toml file.
      
      void getSQLInterfaces(GetSQLInterfacesRequest request, StreamObserver<GetSQLInterfacesResponse> responseObserver)
      Get generated language-specific interface for SQL verbs and types.
      
      • 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