Class MessagingGatewaySpec<S extends MessagingGatewaySpec<S,​G>,​G extends MessagingGatewaySupport>

Type Parameters:
S - the target MessagingGatewaySpec implementation type.
G - the target MessagingGatewaySupport implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<G>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
AmqpBaseInboundGatewaySpec, BaseWsInboundGatewaySpec, HttpInboundEndpointSupportSpec, JmsInboundGatewaySpec, KafkaInboundGatewaySpec, RSocketInboundGatewaySpec, TcpInboundGatewaySpec

public abstract class MessagingGatewaySpec<S extends MessagingGatewaySpec<S,​G>,​G extends MessagingGatewaySupport>
extends IntegrationComponentSpec<S,​G>
Since:
5.0
Author:
Artem Bilan