Uses of Class
org.springframework.integration.gateway.MessagingGatewaySupport
Package
Description
Provides classes supporting inbound endpoints.
Root package of the Spring Integration Java DSL.
Provides classes supporting messaging gateways.
Provides classes related to the runtime object graph.
Provides classes supporting inbound endpoints.
Base package for TCP Support.
Base package for JMS Support.
Provides Spring Integration inbound components for Apache Kafka.
Provides classes supporting inbound endpoints.
Provides classes representing inbound RSocket components.
Provides classes supporting inbound endpoints.
Provides several inbound and outbound Web Service components.
-
Uses of MessagingGatewaySupport in org.springframework.integration.amqp.inbound
Modifier and TypeClassDescriptionclass
Adapter that receives Messages from an AMQP Queue, converts them into Spring Integration Messages, and sends the results to a Message Channel. -
Uses of MessagingGatewaySupport in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
MessagingGatewaySpec<S extends MessagingGatewaySpec<S,
G>, G extends MessagingGatewaySupport> Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessagingGatewaySupport inboundGateway) Populate the providedMessagingGatewaySupport
object to theIntegrationFlowBuilder
chain.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessagingGatewaySupport inboundGateway) static IntegrationFlowBuilder
IntegrationFlows.from
(MessagingGatewaySupport inboundGateway) Deprecated, for removal: This API element is subject to removal in a future version.Populate the providedMessagingGatewaySupport
object to theIntegrationFlowBuilder
chain. -
Uses of MessagingGatewaySupport in org.springframework.integration.gateway
Modifier and TypeMethodDescriptionGatewayProxyFactoryBean.getGateways()
Return the Map ofMethod
toMessagingGatewaySupport
generated by this factory bean. -
Uses of MessagingGatewaySupport in org.springframework.integration.graph
ModifierConstructorDescriptionMessageGatewayNode
(int nodeId, String name, MessagingGatewaySupport gateway, String output, String errors) -
Uses of MessagingGatewaySupport in org.springframework.integration.http.inbound
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
extension for HTTP Inbound endpoints with basic properties.class
Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.class
Base class for HTTP request handling endpoints.class
Inbound Messaging Gateway that handles HTTP Requests. -
Uses of MessagingGatewaySupport in org.springframework.integration.ip.tcp
Modifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory. -
Uses of MessagingGatewaySupport in org.springframework.integration.jms
Modifier and TypeClassDescriptionclass
A wrapper around theJmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
. -
Uses of MessagingGatewaySupport in org.springframework.integration.kafka.inbound
-
Uses of MessagingGatewaySupport in org.springframework.integration.redis.inbound
-
Uses of MessagingGatewaySupport in org.springframework.integration.rsocket.inbound
Modifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
implementation for theIntegrationRSocketEndpoint
. -
Uses of MessagingGatewaySupport in org.springframework.integration.webflux.inbound
Modifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution. -
Uses of MessagingGatewaySupport in org.springframework.integration.ws
Modifier and TypeClassDescriptionclass
class
class