クラス ScriptSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<ScriptSpec, MessageProcessor<?>>
org.springframework.integration.dsl.MessageProcessorSpec<ScriptSpec>
org.springframework.integration.scripting.dsl.ScriptSpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<MessageProcessor<?>>、InitializingBean、Lifecycle、Phased、SmartLifecycle
DslScriptExecutingMessageProcessor の MessageProcessorSpec 実装。- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEメソッドのサマリー
修飾子と型メソッド説明protected MessageProcessor<?> doGet()スクリプトの言語(Groovy、ruby、python など)。refreshCheckDelay(long refreshCheckDelay) リフレッシュ可能なスクリプトリソースの refreshCheckDelay (ミリ秒)。使用するスクリプト変数。variableGenerator(ScriptVariableGenerator variableGenerator) 使用するScriptVariableGenerator。使用するスクリプト変数variables(MapBuilder<?, StringSE, ObjectSE> variables) 使用するスクリプト変数。クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
メソッドの詳細
lang
スクリプトの言語(Groovy、ruby、python など)。- パラメーター:
lang- スクリプト言語- 戻り値:
- 現在のスペック
- 関連事項:
refreshCheckDelay
リフレッシュ可能なスクリプトリソースの refreshCheckDelay (ミリ秒)。- パラメーター:
refreshCheckDelay- リフレッシュチェック遅延ミリ秒- 戻り値:
- 現在のスペック
- 関連事項:
variableGenerator
使用するScriptVariableGenerator。- パラメーター:
variableGenerator-ScriptVariableGenerator- 戻り値:
- 現在のスペック
- 関連事項:
variables
使用するスクリプト変数。- パラメーター:
variables- スクリプト変数MapBuilder- 戻り値:
- 現在のスペック
- 関連事項:
variables
使用するスクリプト変数- パラメーター:
variables- スクリプト変数MapSE- 戻り値:
- 現在のスペック
- 関連事項:
variable
使用するスクリプト変数。- パラメーター:
name- 変数の名前value- 変数の値- 戻り値:
- 現在のスペック
- 関連事項:
doGet
- オーバーライド:
- クラス
IntegrationComponentSpec<ScriptSpec, MessageProcessor<?>>のdoGet