クラス 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
- 関連事項:
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.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) 使用するスクリプト変数。クラス org.springframework.integration.dsl.MessageSourceSpec から継承されたメソッド
messageHeadersクラス 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インターフェース org.springframework.context.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