クラス 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 実装型。
実装されたすべてのインターフェース:
DisposableBeanFactoryBean<H>InitializingBeanLifecyclePhasedSmartLifecycle
既知の直属サブクラス
AbstractMongoDbMessageSourceSpecAmqpInboundPolledChannelAdapterSpecFeedEntryMessageSourceSpecFileInboundChannelAdapterSpecJmsInboundChannelAdapterSpecJpaInboundChannelAdapterSpecKafkaInboundChannelAdapterSpecMailInboundChannelAdapterSpecR2dbcMessageSourceSpecRemoteFileInboundChannelAdapterSpecRemoteFileStreamingInboundChannelAdapterSpecScriptMessageSourceSpec

public abstract class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>> extends IntegrationComponentSpec<S,H>
導入:
5.0
作成者:
Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • MessageSourceSpec

      public MessageSourceSpec()
  • メソッドの詳細

    • messageHeaders

      public S messageHeaders(MapSE<StringSE,Expression> headerExpressions)
      ヘッダーを拡張するための式。AbstractMessageSource のサブクラスにのみ適用されます。
      パラメーター:
      headerExpressions - ヘッダー式。
      戻り値:
      スペック。
      導入:
      5.0.1