Class ConnectionUnblockedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.amqp.event.AmqpEvent
org.springframework.amqp.rabbit.connection.ConnectionUnblockedEvent
All Implemented Interfaces:
Serializable

public class ConnectionUnblockedEvent extends org.springframework.amqp.event.AmqpEvent
The AmqpEvent emitted by the CachingConnectionFactory when its connections are unblocked.
Since:
2.0
See Also:
  • Constructor Details

    • ConnectionUnblockedEvent

      public ConnectionUnblockedEvent(Connection source)
  • Method Details

    • getConnection

      public Connection getConnection()