Uses of Class
com.rabbitmq.client.impl.recovery.AutorecoveringConnection
-
Packages that use AutorecoveringConnection Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of AutorecoveringConnection in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AutorecoveringConnection Modifier and Type Method Description AutorecoveringConnection
RetryContext. connection()
The underlying connection.Methods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringConnection Modifier and Type Method Description void
AutorecoveringChannel. automaticallyRecover(AutorecoveringConnection connection, Connection connDelegate)
Constructors in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringConnection Constructor Description AutorecoveringChannel(AutorecoveringConnection connection, RecoveryAwareChannelN delegate)
RetryContext(RecordedEntity entity, Exception exception, AutorecoveringConnection connection)
-