public interface ScriptVariableGenerator
Map
of variables to the script execution context.
Variables may be extracted from the Message
argument.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
generateScriptVariables(Message<?> message) |