Uses of Class
org.springframework.integration.dsl.MessagingGatewaySpec
Package
Description
Provides AMQP Component support for the Java DSL.
Root package of the Spring Integration Java DSL.
Provides HTTP Components support for Spring Integration Java DSL.
Provides TCP/UDP Component support for the Java DSL.
Provides JMS Component support for the Java DSL.
Provides Spring Integration Java DSL Components support for Apache Kafka.
Provides RSocket Components support for Spring Integration Java DSL.
Provides WebFlux Components support for Spring Integration Java DSL.
Contains classes for DSL support.
-
Uses of MessagingGatewaySpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
A baseMessagingGatewaySpec
implementation forAmqpInboundGateway
endpoint options.class
Spec for a gateway with aDirectMessageListenerContainer
.class
Spec for a gateway with aSimpleMessageListenerContainer
.class
AmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,
C>, C extends AbstractMessageListenerContainer> AnAmqpBaseInboundGatewaySpec
implementation for aAmqpInboundGateway
. -
Uses of MessagingGatewaySpec in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
MessagingGatewaySpec<S extends MessagingGatewaySpec<S,
G>, G extends MessagingGatewaySupport> Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) Populate theMessagingGatewaySupport
object to theIntegrationFlowBuilder
chain using the fluent API from theMessagingGatewaySpec
.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) static IntegrationFlowBuilder
IntegrationFlows.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) Deprecated, for removal: This API element is subject to removal in a future version.Populate theMessagingGatewaySupport
object to theIntegrationFlowBuilder
chain using the fluent API from theMessagingGatewaySpec
. -
Uses of MessagingGatewaySpec in org.springframework.integration.http.dsl
Modifier and TypeClassDescriptionclass
BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpec
for theHttpRequestHandlingEndpointSupport
implementations.class
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingController
.class
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,
E>, E extends BaseHttpInboundEndpoint> class
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingMessagingGateway
. -
Uses of MessagingGatewaySpec in org.springframework.integration.ip.dsl
Modifier and TypeClassDescriptionclass
-
Uses of MessagingGatewaySpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>
AMessagingGatewaySpec
for aJmsInboundGateway
.static class
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> AnAbstractMessageListenerContainer
-basedJmsInboundGatewaySpec
extension. -
Uses of MessagingGatewaySpec in org.springframework.integration.kafka.dsl
Modifier and TypeClassDescriptionclass
KafkaInboundGatewaySpec<K,
V, R, S extends KafkaInboundGatewaySpec<K, V, R, S>> AMessagingGatewaySpec
implementation for theKafkaInboundGateway
.static class
AConcurrentMessageListenerContainer
configurationKafkaInboundGatewaySpec
extension. -
Uses of MessagingGatewaySpec in org.springframework.integration.rsocket.dsl
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySpec
implementation for theRSocketInboundGateway
. -
Uses of MessagingGatewaySpec in org.springframework.integration.webflux.dsl
Modifier and TypeClassDescriptionclass
TheHttpInboundEndpointSupportSpec
implementation for theWebFluxInboundEndpoint
. -
Uses of MessagingGatewaySpec in org.springframework.integration.ws.dsl
Modifier and TypeClassDescriptionclass
BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,
E>, E extends AbstractWebServiceInboundGateway> BaseMessagingGatewaySpec
for web services.class
The spec for aMarshallingWebServiceInboundGateway
.class
The spec for aSimpleWebServiceInboundGateway
.