クラスの使用
org.springframework.integration.scripting.dsl.ScriptSpec
ScriptSpec を使用するパッケージ
パッケージ
説明
Spring Integration Java DSL のスクリプトコンポーネントサポートを提供します。
org.springframework.integration.scripting.dsl 内の ScriptSpec 使用
org.springframework.integration.scripting.dsl 内の型引数 ScriptSpec を持つサブクラス修飾子と型メソッド説明スクリプトの言語(Groovy、ruby、python など)。static ScriptSpecスクリプトファイルの場所に基づいてScriptSpecを生成するファクトリメソッド。static ScriptSpecResourceに基づいてScriptSpecを生成するファクトリメソッド。ScriptSpec.refreshCheckDelay(long refreshCheckDelay) リフレッシュ可能なスクリプトリソースの refreshCheckDelay (ミリ秒)。使用するスクリプト変数。ScriptSpec.variableGenerator(ScriptVariableGenerator variableGenerator) 使用するScriptVariableGenerator。使用するスクリプト変数ScriptSpec.variables(MapBuilder<?, StringSE, ObjectSE> variables) 使用するスクリプト変数。