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
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
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionTcpConnectionFailedCorrelationEvent
(Object source, String connectionId, MessagingException cause) -
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
TcpConnectionFailedCorrelationEvent
public TcpConnectionFailedCorrelationEvent(Object source, String connectionId, MessagingException cause)
-
-
Method Details
-
getConnectionId
-
toString
- Overrides:
toString
in classIntegrationEvent
-