LPFCPJava
Class LPFCPJava contains some methods from LPFCP object rewritten specifically for Java.
Functions
Link copied to clipboard
open fun <Interface> getProcessor(interfaceClass: Class<Interface>, processorLPFCPURI: String): Interface
Creates a proxy instance of the specified interface that forwards method calls to the provided processor LPFCP URI.
open fun <Interface> getProcessor(interfaceClass: Class<Interface>, processorLPFCP: (JSONObject, Type) -> Any): Interface
Creates a proxy instance of the specified interface that forwards method calls to the provided processor function.