See: Description
Interface | Description |
---|---|
ScriptExecutor |
A script evaluation abstraction against
ScriptSource and optional binding variables . |
ScriptVariableGenerator |
Strategy interface to provide a
Map of variables to the script execution context. |
Class | Description |
---|---|
AbstractScriptExecutingMessageProcessor<T> |
Base
MessageProcessor for scripting implementations to extend. |
DefaultScriptVariableGenerator |
A default
ScriptVariableGenerator implementation; used by script processors. |
RefreshableResourceScriptSource |
A
ScriptSource implementation, which caches a script string and refreshes it from the
target file (if modified) according the provided RefreshableResourceScriptSource.refreshDelay . |
ScriptExecutingMessageSource |
The
MessageSource strategy implementation
to produce a Message from underlying
ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. |
Exception | Description |
---|---|
ScriptingException |