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
Fields in com.rabbitmq.client.impl.recovery declared as AutorecoveringConnection Modifier and Type Field Description private AutorecoveringConnection
AutorecoveringChannel. connection
private AutorecoveringConnection
RetryContext. connection
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, java.lang.Exception exception, AutorecoveringConnection connection)
-