Class 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
Author:
Gary Russell, Artem Bilan
See Also:
  • Constructor Details

    • TcpConnectionFailedCorrelationEvent

      public TcpConnectionFailedCorrelationEvent(Object source, @Nullable String connectionId, MessagingException cause)
  • Method Details