public abstract class TcpConnectionEvent extends IpIntegrationEvent
TcpConnection
.cause
source
Constructor and Description |
---|
TcpConnectionEvent(TcpConnection connection,
String connectionFactoryName) |
TcpConnectionEvent(TcpConnection connection,
String connectionFactoryName,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionFactoryName() |
String |
getConnectionId() |
String |
toString() |
getCause, getSourceAsType
getTimestamp
getSource
public TcpConnectionEvent(TcpConnection connection, String connectionFactoryName)
public TcpConnectionEvent(TcpConnection connection, String connectionFactoryName, Throwable cause)
public String getConnectionId()
public String getConnectionFactoryName()
public String toString()
toString
in class IntegrationEvent