クラス JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>

型パラメーター:
S - ターゲット JmsInboundChannelAdapterSpec 実装型。
実装済みのインターフェース一覧:
DisposableBean, FactoryBean<JmsDestinationPollingSource>, InitializingBean, Lifecycle, Phased, SmartLifecycle
既知の直属サブクラス
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware

public class JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>> extends MessageSourceSpec<S, JmsDestinationPollingSource>
導入:
5.0
作成者:
Artem Bilan
  • フィールドの詳細

  • コンストラクターの詳細

    • JmsInboundChannelAdapterSpec

      protected JmsInboundChannelAdapterSpec(JmsTemplate jmsTemplate)
  • 方法の詳細

    • messageSelector

      public S messageSelector(StringSE messageSelector)
      パラメーター:
      messageSelector - messageSelector。
      戻り値:
      スペック。
      関連事項:
    • headerMapper

      public S headerMapper(JmsHeaderMapper headerMapper)
      JMS ヘッダーとプロパティから Spring Integration ヘッダーにマップするように JmsHeaderMapper を構成します。
      パラメーター:
      headerMapper - headerMapper。
      戻り値:
      スペック。
    • destination

      public S destination(DestinationEE destination)
      メッセージの受信先を構成します。
      パラメーター:
      destination - 宛先。
      戻り値:
      スペック。
    • destination

      public S destination(StringSE destination)
      メッセージの受信元の宛先の名前を構成します。
      パラメーター:
      destination - 宛先。
      戻り値:
      スペック。