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