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 org.springframework.amqp.event.AmqpEventTheAmqpEventemitted by theCachingConnectionFactorywhen its connections are unblocked.- Since:
- 2.0
- 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 ConnectiongetConnection()
-
-
-
Constructor Detail
-
ConnectionUnblockedEvent
public ConnectionUnblockedEvent(Connection source)
-
-
Method Detail
-
getConnection
public Connection getConnection()
-
-