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 AutorecoveringConnectionAutorecoveringChannel. connectionprivate AutorecoveringConnectionRetryContext. connectionMethods in com.rabbitmq.client.impl.recovery that return AutorecoveringConnection Modifier and Type Method Description AutorecoveringConnectionRetryContext. connection()The underlying connection.Methods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringConnection Modifier and Type Method Description voidAutorecoveringChannel. 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)
-