Invoke the function logic. @param ctx the evaluation context @param evaluationRuntime the evaluation runtime @param event the expression input event @param arguments the arguments passed to this function. Note: the arguments are already cast to the appropriate type
(EvaluationContext ctx, EvaluationRuntime evaluationRuntime, CloudEvent event, List<Object> arguments)
| 20 | * @return the return value of the function |
| 21 | */ |
| 22 | EvaluationResult invoke(EvaluationContext ctx, EvaluationRuntime evaluationRuntime, CloudEvent event, List<Object> arguments); |
| 23 | |
| 24 | } |
no outgoing calls