Package io.higson.runtime.invoker
Class FlowInvoker
java.lang.Object
io.higson.runtime.invoker.FlowInvoker
- All Implemented Interfaces:
FunctionInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInvoke function, it is a good practice to wrap any outgoing exceptions withSmartParamExceptionwith FUNCTION_INVOKE_ERROR reason.
-
Constructor Details
-
FlowInvoker
-
-
Method Details
-
invoke
Description copied from interface:FunctionInvokerInvoke function, it is a good practice to wrap any outgoing exceptions withSmartParamExceptionwith FUNCTION_INVOKE_ERROR reason.- Specified by:
invokein interfaceFunctionInvoker- Parameters:
function- description of function to invokeargs- arguments- Returns:
- evaluated value (can be null)
-