Class ConnectionReadyEvent


  • public final class ConnectionReadyEvent
    extends Object
    An event for when a connection in the pool has finished its setup and is ready for use.
    Since:
    4.0
    • Constructor Detail

      • ConnectionReadyEvent

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

      • getConnectionId

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