クラス 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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
フィールドの詳細
jmsTemplateSpec
コンストラクターの詳細
JmsInboundChannelAdapterSpec
メソッドの詳細
messageSelector
headerMapper
JMS ヘッダーとプロパティから Spring Integration ヘッダーにマップするようにJmsHeaderMapperを構成します。- パラメーター:
headerMapper- headerMapper。- 戻り値:
- スペック。
destination
メッセージの受信先を構成します。- パラメーター:
destination- 宛先。- 戻り値:
- スペック。
destination