Class ConnectionPoolWaitQueueEnteredEvent


  • Deprecated. 
    In the next major release, this event will no longer be published

    @Deprecated
    public final class ConnectionPoolWaitQueueEnteredEvent
    extends java.lang.Object
    An event for entering the wait queue of the connection pool.
    Since:
    3.5
    • Constructor Detail

      • ConnectionPoolWaitQueueEnteredEvent

        public ConnectionPoolWaitQueueEnteredEvent​(ServerId serverId)
        Deprecated. 
        Construct an instance.
        Parameters:
        serverId - the server id
    • Method Detail

      • getServerId

        public ServerId getServerId​()
        Deprecated. 
        Gets the server id.
        Returns:
        the server id
      • toString

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