Class JsiiRuntime

java.lang.Object
software.amazon.jsii.JsiiRuntime

@Internal public final class JsiiRuntime extends Object
Manages the jsii-runtime child process.
  • Constructor Details

    • JsiiRuntime

      public JsiiRuntime()
  • Method Details

    • setCallbackHandler

      public void setCallbackHandler(JsiiCallbackHandler callbackHandler)
      Sets the handler for sync callbacks.
      Parameters:
      callbackHandler - The handler.
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getClient

      public JsiiClient getClient()
      This will return the server process in case it is not already started.
      Returns:
      A JsiiClient connected to the server process.