| Class and Description |
|---|
| org.springframework.integration.ip.config.TcpConnectionEventInboundChannelAdapterParser
in favor of the generic event adapter.
|
| org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
in favor of using the generic
ApplicationEventListeningMessageProducer which
can now more efficiently filter required events. Configure the adapter to handle
TcpConnectionEvent. |
| Method and Description |
|---|
| org.springframework.integration.ip.udp.UnicastSendingMessageHandler.shutDown()
Use stop() instead.
|