クラス JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S, JmsDestinationPollingSource>
org.springframework.integration.dsl.MessageSourceSpec<S, JmsDestinationPollingSource>
org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec<S>
- 型パラメーター:
S
- ターゲットJmsInboundChannelAdapterSpec
実装型。
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<JmsDestinationPollingSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public class JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>
extends MessageSourceSpec<S, JmsDestinationPollingSource>
- 導入:
- 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明destination
(DestinationEE destination) メッセージの受信先を構成します。destination
(StringSE destination) メッセージの受信元の宛先の名前を構成します。headerMapper
(JmsHeaderMapper headerMapper) JMS ヘッダーとプロパティから Spring Integration ヘッダーにマップするようにJmsHeaderMapper
を構成します。messageSelector
(StringSE messageSelector) クラス org.springframework.integration.dsl.MessageSourceSpec から継承されたメソッド
messageHeaders
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, 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
フィールドの詳細
jmsTemplateSpec
コンストラクターの詳細
JmsInboundChannelAdapterSpec
メソッドの詳細
messageSelector
headerMapper
JMS ヘッダーとプロパティから Spring Integration ヘッダーにマップするようにJmsHeaderMapper
を構成します。- パラメーター:
headerMapper
- headerMapper。- 戻り値:
- スペック。
destination
メッセージの受信先を構成します。- パラメーター:
destination
- 宛先。- 戻り値:
- スペック。
destination