Uses of Interface
org.springframework.integration.scripting.ScriptExecutor
Package
Description
Base package for scripting support.
Provides classes supporting JSR223 Scripting.
-
Uses of ScriptExecutor in org.springframework.integration.scripting
-
Uses of ScriptExecutor in org.springframework.integration.scripting.jsr223
Modifier and TypeClassDescriptionclass
Base Class forScriptExecutor
.class
Default implementation of theAbstractScriptExecutor
.class
AnAbstractScriptExecutor
for the Kotlin scripts support.class
AScriptExecutor
that implements special handling required for Python to emulate behavior similar to other JSR223 scripting languages.class
ADefaultScriptExecutor
extension for Ruby scripting support.Modifier and TypeMethodDescriptionstatic ScriptExecutor
ScriptExecutorFactory.getScriptExecutor
(String language) ModifierConstructorDescriptionScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor
using the DefaultScriptVariableGeneratorScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptExecutor scriptExecutor, Map<String, Object> variables) Create a processor for theScriptSource
using the providedScriptExecutor
using the DefaultScriptVariableGeneratorScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor