Uses of Class
com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Packages that use AutorecoveringConnection
Package
Description
Implementation of connection and topology recovery.
-
Uses of AutorecoveringConnection in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as AutorecoveringConnectionModifier and TypeFieldDescriptionprivate AutorecoveringConnection
AutorecoveringChannel.connection
private final AutorecoveringConnection
RetryContext.connection
Methods in com.rabbitmq.client.impl.recovery that return AutorecoveringConnectionMethods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringConnectionModifier and TypeMethodDescriptionvoid
AutorecoveringChannel.automaticallyRecover
(AutorecoveringConnection connection, Connection connDelegate) Constructors in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringConnectionModifierConstructorDescriptionAutorecoveringChannel
(AutorecoveringConnection connection, RecoveryAwareChannelN delegate) RetryContext
(RecordedEntity entity, Exception exception, AutorecoveringConnection connection)