Package software.amazon.jsii
Class JsiiRuntime
java.lang.Object
software.amazon.jsii.JsiiRuntime
Manages the jsii-runtime child process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinalize()This will return the server process in case it is not already started.voidsetCallbackHandler(JsiiCallbackHandler callbackHandler) Sets the handler for sync callbacks.
-
Constructor Details
-
JsiiRuntime
public JsiiRuntime()
-
-
Method Details
-
setCallbackHandler
Sets the handler for sync callbacks.- Parameters:
callbackHandler- The handler.
-
finalize
-
getClient
This will return the server process in case it is not already started.- Returns:
- A
JsiiClientconnected to the server process.
-