Class TcpConnectionEvent

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.TcpConnectionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TcpConnectionCloseEvent, TcpConnectionExceptionEvent, TcpConnectionOpenEvent

public abstract class TcpConnectionEvent extends IpIntegrationEvent
ApplicationEvent representing normal operations on a TcpConnection.
Since:
3.0
See Also:
  • Constructor Details

  • Method Details

    • getConnectionId

      public String getConnectionId()
    • getConnectionFactoryName

      public String getConnectionFactoryName()
    • toString

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