Package software.amazon.jsii
Interface JsiiCallbackHandler
- All Known Implementing Classes:
JsiiEngine
public interface JsiiCallbackHandler
Invoked to handle native synchronous callbacks.
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodehandleCallback(Callback callback) Invoked to handle a request from jsii to process a native (java) callback.
-
Method Details
-
handleCallback
Invoked to handle a request from jsii to process a native (java) callback.- Parameters:
callback- The callback info.- Returns:
- The return value of the callback.
-