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:
    BlockedListener.handleUnblocked(), Serialized Form
    • Constructor Detail

      • ConnectionUnblockedEvent

        public ConnectionUnblockedEvent​(Connection source)
    • Method Detail

      • getConnection

        public Connection getConnection()