Uses of Class
org.springframework.integration.scripting.dsl.ScriptMessageSourceSpec
Package
Description
Provides Scripting Components support for Spring Integration Java DSL.
-
Uses of ScriptMessageSourceSpec in org.springframework.integration.scripting.dsl
Modifier and TypeMethodDescriptionThe script lang (Groovy, ruby, python etc.).static ScriptMessageSourceSpec
Scripts.messageSource
(String scriptLocation) Factory for theScriptMessageSourceSpec
based on the script location.static ScriptMessageSourceSpec
Scripts.messageSource
(Resource scriptResource) Factory for theScriptMessageSourceSpec
based on theResource
.ScriptMessageSourceSpec.refreshCheckDelay
(long refreshCheckDelay) The refreshCheckDelay in milliseconds for refreshable script resource.The script variable to use.ScriptMessageSourceSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use.The script variables to use.ScriptMessageSourceSpec.variables
(MapBuilder<?, String, Object> variables) The script variables to use.