Class TcpConnectionFailedCorrelationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.ip.event.IpIntegrationEvent
org.springframework.integration.ip.tcp.connection.TcpConnectionFailedCorrelationEvent
All Implemented Interfaces:
Serializable

public class TcpConnectionFailedCorrelationEvent extends IpIntegrationEvent
An event emitted when an endpoint cannot correlate a connection id to a connection; the cause is a messaging exception with the failed message.
Since:
4.2
See Also:
  • Constructor Details

    • TcpConnectionFailedCorrelationEvent

      public TcpConnectionFailedCorrelationEvent(Object source, String connectionId, org.springframework.messaging.MessagingException cause)
  • Method Details

    • getConnectionId

      public String getConnectionId()
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.integration.events.IntegrationEvent