Class ConnectionOpenedEvent


  • public final class ConnectionOpenedEvent
    extends java.lang.Object
    An event for opening a new connection.
    Since:
    3.5
    • Constructor Detail

      • ConnectionOpenedEvent

        public ConnectionOpenedEvent​(ConnectionId connectionId)
        Construct an instance
        Parameters:
        connectionId - the connectionId
    • Method Detail

      • getConnectionId

        public ConnectionId getConnectionId()
        Gets the connection id
        Returns:
        the connection id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object