クラス ScriptMessageSourceSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<ScriptMessageSourceSpec, MessageSource<?>>
org.springframework.integration.dsl.MessageSourceSpec<ScriptMessageSourceSpec, MessageSource<?>>
org.springframework.integration.scripting.dsl.ScriptMessageSourceSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<MessageSource<?>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class ScriptMessageSourceSpec
extends MessageSourceSpec<ScriptMessageSourceSpec, MessageSource<?>>
implements ComponentsRegistration
- 導入:
- 5.0
- 作成者:
- Artem Bilan
- 関連事項:
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクターコンストラクター説明ScriptMessageSourceSpec(StringSE scriptLocation) ScriptMessageSourceSpec(Resource scriptResource) 方法の概要
修飾子と型メソッド説明protected MessageSource<?> doGet()スクリプトの言語(Groovy、ruby、python など)。refreshCheckDelay(long refreshCheckDelay) リフレッシュ可能なスクリプトリソースの refreshCheckDelay (ミリ秒)。使用するスクリプト変数。variableGenerator(ScriptVariableGenerator variableGenerator) 使用するScriptVariableGenerator。使用するスクリプト変数。variables(MapBuilder<?, StringSE, ObjectSE> variables) 使用するスクリプト変数。クラス MessageSourceSpec から継承されたメソッド
messageHeadersクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
ScriptMessageSourceSpec
ScriptMessageSourceSpec
方法の詳細
lang
スクリプトの言語(Groovy、ruby、python など)。- パラメーター:
lang- スクリプト言語- 戻り値:
- 現在のスペック
- 関連事項:
variableGenerator
使用するScriptVariableGenerator。- パラメーター:
variableGenerator-ScriptVariableGenerator- 戻り値:
- 現在のスペック
- 関連事項:
variables
使用するスクリプト変数。- パラメーター:
variables- スクリプト変数- 戻り値:
- 現在のスペック
- 関連事項:
variables
使用するスクリプト変数。- パラメーター:
variables- スクリプト変数- 戻り値:
- 現在のスペック
- 関連事項:
variable
使用するスクリプト変数。- パラメーター:
name- 変数の名前value- 変数の値- 戻り値:
- 現在のスペック
- 関連事項:
refreshCheckDelay
リフレッシュ可能なスクリプトリソースの refreshCheckDelay (ミリ秒)。- パラメーター:
refreshCheckDelay- リフレッシュチェック遅延ミリ秒- 戻り値:
- 現在のスペック
- 関連事項:
doGet
- オーバーライド:
- クラス
IntegrationComponentSpec<ScriptMessageSourceSpec, MessageSource<?>>のdoGet
getComponentsToRegister
- 次で指定:
- インターフェース
ComponentsRegistration内のgetComponentsToRegister