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

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
org.springframework.integration.dsl.MessagingGatewaySpec<S,G>
Type Parameters:
S - the target MessagingGatewaySpec implementation type.
G - the target MessagingGatewaySupport implementation type.
All Implemented Interfaces:
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