public final class JsiiRuntime extends Object
| Constructor and Description |
|---|
JsiiRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableTrace()
Prints jsii-server traces to STDERR.
|
protected void |
finalize() |
JsiiClient |
getClient()
This will return the server process in case it is not already started.
|
void |
setCallbackHandler(JsiiCallbackHandler callbackHandler)
Sets the handler for sync callbacks.
|
public void setCallbackHandler(JsiiCallbackHandler callbackHandler)
callbackHandler - The handler.protected void finalize()
throws Throwable
public JsiiClient getClient()
JsiiClient connected to the server process.public static void enableTrace()
Copyright © 2019. All rights reserved.