LPFCP
The LPFCP object provides all core methods to make Server-side and Client-side working with LPFCP
Types
Annotation to mark functions as exposed for processing requests. Only functions annotated with @ExposedFunction can be invoked by processRequest.
Exception thrown when the functionArgs key is missing or invalid in the request.
Exception thrown when the functionName key is missing or invalid in the request.
Exception thrown when no function with the specified name and parameters is found.
Functions
Creates a proxy instance of the specified interface that forwards method calls to the provided processor LPFCP URI.
Creates a proxy instance of the specified interface that forwards method calls to the provided processor function.
Processes a request to invoke a function on the given processor object safely.
Processes a request to invoke a function on the given processor object.