FunctionCallHandler
A handler for function calls that processes the request and returns the result. Used in Java/Kotlin proxies.
Parameters
processor
A lambda function that takes a JSONObject request and a Type and returns the result of the function call.