Class MessageProducerSpec<S extends MessageProducerSpec<S,​P>,​P extends MessageProducerSupport>

Type Parameters:
S - the target MessageProducerSpec implementation type.
P - the target MessageProducerSupport implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<P>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
AmqpBaseInboundChannelAdapterSpec, ImapIdleChannelAdapterSpec, JmsMessageDrivenChannelAdapterSpec, KafkaMessageDrivenChannelAdapterSpec, MongoDbChangeStreamMessageProducerSpec, TailAdapterSpec, TcpInboundChannelAdapterSpec, UdpInboundChannelAdapterSpec, ZeroMqMessageProducerSpec

public abstract class MessageProducerSpec<S extends MessageProducerSpec<S,​P>,​P extends MessageProducerSupport>
extends IntegrationComponentSpec<S,​P>
Since:
5.0
Author:
Artem Bilan