Class ConnectionCreatedEvent


  • public final class ConnectionCreatedEvent
    extends Object
    An event for creating a connection in the pool.
    Since:
    4.0
    • Constructor Detail

      • ConnectionCreatedEvent

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

      • getConnectionId

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