Interface ScriptVariableGenerator
- All Known Implementing Classes:
- DefaultScriptVariableGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ScriptVariableGenerator
Strategy interface to provide a 
Map of variables to the script execution context.
 Variables may be extracted from the Message argument.- Since:
- 2.0.2
- Author:
- Oleg Zhurakousky
- 
Method SummaryModifier and Type Method Description Map<String,Object>generateScriptVariables(Message<?> message)