Uses of Interface
org.springframework.integration.context.OrderlyShutdownCapable
Packages that use OrderlyShutdownCapable
Package
Description
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Base package for JMS Support.
Provides Spring Integration inbound components for Apache Kafka.
Provides classes supporting inbound endpoints.
Provides several inbound and outbound Web Service components.
-
Uses of OrderlyShutdownCapable in org.springframework.integration.amqp.inbound
Classes in org.springframework.integration.amqp.inbound that implement OrderlyShutdownCapableModifier 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 OrderlyShutdownCapable in org.springframework.integration.http.inbound
Classes in org.springframework.integration.http.inbound that implement OrderlyShutdownCapableModifier 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 OrderlyShutdownCapable in org.springframework.integration.ip.tcp
Classes in org.springframework.integration.ip.tcp that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory.class
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections. -
Uses of OrderlyShutdownCapable in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
Base class for all server connection factories.class
Implements a server connection factory that producesTcpNetConnection
s using aServerSocket
.class
/** Implements a server connection factory that producesTcpNioConnection
s using aServerSocketChannel
. -
Uses of OrderlyShutdownCapable in org.springframework.integration.jms
Classes in org.springframework.integration.jms that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
A wrapper around theJmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
.class
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel. -
Uses of OrderlyShutdownCapable in org.springframework.integration.kafka.inbound
Classes in org.springframework.integration.kafka.inbound that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
KafkaInboundGateway<K,
V, R> Inbound gateway.class
Message-driven channel adapter. -
Uses of OrderlyShutdownCapable in org.springframework.integration.webflux.inbound
Classes in org.springframework.integration.webflux.inbound that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution. -
Uses of OrderlyShutdownCapable in org.springframework.integration.ws
Classes in org.springframework.integration.ws that implement OrderlyShutdownCapableModifier and TypeClassDescriptionclass
class
class