クラス MessageSourceSpec<S extends MessageSourceSpec<S,H>, H extends MessageSource<?>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<S,H>
- 型パラメーター:
S- ターゲットMessageSourceSpec実装型。H- ターゲットMessageSource実装型。
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<H>, InitializingBean, Lifecycle, Phased, SmartLifecycle
- 既知の直属サブクラス
AbstractMongoDbMessageSourceSpec, AmqpInboundPolledChannelAdapterSpec, FeedEntryMessageSourceSpec, FileInboundChannelAdapterSpec, JdbcInboundChannelAdapterSpec, JdbcStoredProcInboundChannelAdapterSpec, JmsInboundChannelAdapterSpec, JpaInboundChannelAdapterSpec, KafkaInboundChannelAdapterSpec, MailInboundChannelAdapterSpec, R2dbcMessageSourceSpec, RedisStoreInboundChannelAdapterSpec, RemoteFileInboundChannelAdapterSpec, RemoteFileStreamingInboundChannelAdapterSpec, ScriptMessageSourceSpec
public abstract class MessageSourceSpec<S extends MessageSourceSpec<S,H>, H extends MessageSource<?>>
extends IntegrationComponentSpec<S,H>
- 導入:
- 5.0
- 作成者:
- Artem Bilan, Gary Russell
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
クラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, 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
コンストラクターの詳細
MessageSourceSpec
public MessageSourceSpec()
方法の詳細
messageHeaders
ヘッダーを拡張するための式。AbstractMessageSourceのサブクラスにのみ適用されます。- パラメーター:
headerExpressions- ヘッダー式。- 戻り値:
- スペック。
- 導入:
- 5.0.1