Spring Integration

org.springframework.integration.core
Interface OrderlyShutdownCapable

All Known Implementing Classes:
AbstractClientConnectionFactory, AbstractConnectionFactory, AbstractServerConnectionFactory, AmqpInboundChannelAdapter, CachingClientConnectionFactory, JmsMessageDrivenEndpoint, TcpNetClientConnectionFactory, TcpNetServerConnectionFactory, TcpNioClientConnectionFactory, TcpNioServerConnectionFactory

public interface OrderlyShutdownCapable

Marker interface for components that wish to be considered for an orderly shutdown using management interfaces. Components that implement this interface will be stopped before schedulers, executors etc, in order for them to free up any execution threads they may be holding.

Since:
2.2
Author:
Gary Russell


Spring Integration