Interface JsiiCallbackHandler

All Known Implementing Classes:
JsiiEngine

public interface JsiiCallbackHandler
Invoked to handle native synchronous callbacks.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Invoked to handle a request from jsii to process a native (java) callback.
  • Method Details

    • handleCallback

      com.fasterxml.jackson.databind.JsonNode handleCallback(Callback callback)
      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.