Class ConnectionBlockedEvent

All Implemented Interfaces:
Serializable

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

    • ConnectionBlockedEvent

      public ConnectionBlockedEvent(Connection source, String reason)
  • Method Details

    • getConnection

      public Connection getConnection()
    • getReason

      public String getReason()