Class ConnectionUnblockedEvent

All Implemented Interfaces:
Serializable

public class ConnectionUnblockedEvent extends AmqpEvent
The AmqpEvent emitted by the CachingConnectionFactory when its connections are unblocked.
Since:
2.0
Author:
Artem Bilan
See Also:
  • Constructor Details

    • ConnectionUnblockedEvent

      public ConnectionUnblockedEvent(Connection source)
  • Method Details

    • getConnection

      public Connection getConnection()