Uses of Class
org.springframework.integration.scripting.dsl.ScriptSpec
Packages that use ScriptSpec
Package
Description
Provides Scripting Components support for Spring Integration Java DSL.
-
Uses of ScriptSpec in org.springframework.integration.scripting.dsl
Methods in org.springframework.integration.scripting.dsl that return ScriptSpecModifier and TypeMethodDescriptionThe script lang (Groovy, ruby, python etc.).static ScriptSpec
The factory method to produceScriptSpec
based on the script file location.static ScriptSpec
The factory method to produceScriptSpec
based on theResource
.ScriptSpec.refreshCheckDelay
(long refreshCheckDelay) The refreshCheckDelay in milliseconds for refreshable script resource.The script variable to use.ScriptSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use.The script variables to useScriptSpec.variables
(MapBuilder<?, String, Object> variables) The script variables to use.