Package org.springframework.integration.scripting
package org.springframework.integration.scripting
Base package for scripting support.
-
ClassDescriptionBase
MessageProcessor
for scripting implementations to extend.A defaultScriptVariableGenerator
implementation; used by script processors.GraalVM PolyglotScriptExecutor
implementation.AScriptSource
implementation, which caches a script string and refreshes it from the target file (if modified) according the providedRefreshableResourceScriptSource.refreshDelay
.TheMessageSource
strategy implementation to produce aMessage
from underlying ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints.A script evaluation abstraction againstScriptSource
and optional bindingvariables
.Strategy interface to provide aMap
of variables to the script execution context.