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:
java.io.Serializable
public class ConnectionUnblockedEvent extends AmqpEvent
TheAmqpEvent
emitted by theCachingConnectionFactory
when its connections are unblocked.- Since:
- 2.0
- Author:
- Artem Bilan
- See Also:
BlockedListener.handleUnblocked()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionUnblockedEvent(Connection source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection
getConnection()
-
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
-
-
-
-
Constructor Detail
-
ConnectionUnblockedEvent
public ConnectionUnblockedEvent(Connection source)
-
-
Method Detail
-
getConnection
public Connection getConnection()
-
-