Function Invocations
preFunctionInvoke
Data Structure
Data Key
Type
Description
Example
cass myListener{
function preFunctionInvoke( struct data ){
// Access the function name
var functionName = data.name;
// Log the function invocation
log.info("Function invoked: " & functionName);
// You can modify arguments if needed
data.arguments.set("newArg", "value");
}
}postFunctionInvoke
Data Structure
Data Key
Type
Description
Example
onFunctionException
Data Structure
Data Key
Type
Description
Example
Last updated
Was this helpful?
