getProcessor
Creates a proxy instance of the specified interface that forwards method calls to the provided processor LPFCP URI.
Return
A proxy instance of the specified interface.
Parameters
template parameter - Interface of the processor
A string representing the processor LPFCP endpoint URI.
Creates a proxy instance of the specified interface that forwards method calls to the provided processor LPFCP URI.
Return
A proxy instance of the specified interface.
Parameters
template parameter - Interface of the processor
A URI representing the processor LPFCP endpoint.
Creates a proxy instance of the specified interface that forwards method calls to the provided processor function.
Return
A proxy instance of the specified interface.
Parameters
template parameter - Interface of the processor
A function that takes:
JSONObject- function call request in LPFCP format;Type- type of value that the called function must return.
processorLPFCP returns an Any? - value from the invoked function.