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

型パラメーター:
S - ターゲット JmsInboundChannelAdapterSpec 実装型。
実装されているすべてのインターフェース:
DisposableBeanFactoryBean<JmsDestinationPollingSource>InitializingBeanLifecyclePhasedSmartLifecycle
既知の直属サブクラス
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 - 宛先。
      戻り値:
      スペック。