クラス 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
コンストラクターの詳細
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