Class TcpConnectionExceptionEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
All Implemented Interfaces:
Serializable

public class TcpConnectionExceptionEvent extends TcpConnectionEvent
ApplicationEvent representing exceptions on a TcpConnection.
Since:
3.0
See Also:
  • Constructor Details

    • TcpConnectionExceptionEvent

      public TcpConnectionExceptionEvent(TcpConnection connection, String connectionFactoryName, Throwable cause)