MCPcopy Index your code
hub / github.com/cloudevents/sdk-java / invoke

Method invoke

sql/src/main/java/io/cloudevents/sql/Function.java:22–22  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

20 * @return the return value of the function
21 */
22 EvaluationResult invoke(EvaluationContext ctx, EvaluationRuntime evaluationRuntime, CloudEvent event, List<Object> arguments);
23
24}

Callers 15

evaluateMethod · 0.95
getMinEventMethod · 0.65
getStructuredEventMethod · 0.65
testGetEventMethod · 0.65
postEventWithoutBodyMethod · 0.65
postEventStructuredMethod · 0.65
postEventMethod · 0.65
getMinEventMethod · 0.65
getStructuredEventMethod · 0.65
getEventMethod · 0.65
postEventWithoutBodyMethod · 0.65
postEventStructuredMethod · 0.65

Implementers 15

BaseFunctionsql/src/main/java/io/cloudevents/sql/i
VariadicMockFunctionsql/src/test/java/io/cloudevents/sql/C
LeftFunctionsql/src/main/java/io/cloudevents/sql/i
BaseOneArgumentFunctionsql/src/main/java/io/cloudevents/sql/i
BoolFunctionsql/src/main/java/io/cloudevents/sql/i
BaseThreeArgumentFunctionsql/src/main/java/io/cloudevents/sql/i
InfallibleOneArgumentFunctionsql/src/main/java/io/cloudevents/sql/i
AbsFunctionsql/src/main/java/io/cloudevents/sql/i
ConcatWSFunctionsql/src/main/java/io/cloudevents/sql/i
RightFunctionsql/src/main/java/io/cloudevents/sql/i
SubstringFunctionsql/src/main/java/io/cloudevents/sql/i
IntFunctionsql/src/main/java/io/cloudevents/sql/i

Calls

no outgoing calls

Tested by 15

getMinEventMethod · 0.52
getStructuredEventMethod · 0.52
testGetEventMethod · 0.52
postEventWithoutBodyMethod · 0.52
postEventStructuredMethod · 0.52
postEventMethod · 0.52
getMinEventMethod · 0.52
getStructuredEventMethod · 0.52
getEventMethod · 0.52
postEventWithoutBodyMethod · 0.52
postEventStructuredMethod · 0.52
postEventMethod · 0.52