Class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>>

Type Parameters:
S - the target MessageSourceSpec implementation type.
H - the target MessageSource implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<H>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
AbstractMongoDbMessageSourceSpec, AmqpInboundPolledChannelAdapterSpec, FeedEntryMessageSourceSpec, FileInboundChannelAdapterSpec, JmsInboundChannelAdapterSpec, JpaInboundChannelAdapterSpec, KafkaInboundChannelAdapterSpec, MailInboundChannelAdapterSpec, R2dbcMessageSourceSpec, RemoteFileInboundChannelAdapterSpec, RemoteFileStreamingInboundChannelAdapterSpec, ScriptMessageSourceSpec

public abstract class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>> extends IntegrationComponentSpec<S,H>
Since:
5.0
Author:
Artem Bilan, Gary Russell
  • Constructor Details

    • MessageSourceSpec

      public MessageSourceSpec()
  • Method Details

    • messageHeaders

      public S messageHeaders(Map<String,Expression> headerExpressions)
      Expressions with which to enhance headers. Only applies to subclasses of AbstractMessageSource.
      Parameters:
      headerExpressions - the header expressions.
      Returns:
      the spec.
      Since:
      5.0.1