Uses of Class
com.rabbitmq.client.impl.recovery.RecordedEntity
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementation of connection and topology recovery.
-
Uses of RecordedEntity in com.rabbitmq.client
ModifierConstructorDescriptionTopologyRecoveryException
(String message, Throwable cause, RecordedEntity recordedEntity) -
Uses of RecordedEntity in com.rabbitmq.client.impl.recovery
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic final BiPredicate
<RecordedEntity, Exception> TopologyRecoveryRetryLogic.CHANNEL_CLOSED_NOT_FOUND
Channel has been closed because of a resource that doesn't exist.Modifier and TypeMethodDescriptionRetryContext.entity()
The to-be-recovered entity.RetryResult.getRecordedEntity()
The entity to recover.Modifier and TypeMethodDescriptionprotected RetryResult
DefaultRetryHandler.doRetry
(BiPredicate<RecordedEntity, Exception> condition, DefaultRetryHandler.RetryOperation<?> operation, RecordedEntity entity, RetryContext context) protected void
DefaultRetryHandler.log
(RecordedEntity entity, Exception exception, int attempts) Modifier and TypeMethodDescriptionprotected RetryResult
DefaultRetryHandler.doRetry
(BiPredicate<RecordedEntity, Exception> condition, DefaultRetryHandler.RetryOperation<?> operation, RecordedEntity entity, RetryContext context) ModifierConstructorDescriptionRetryContext
(RecordedEntity entity, Exception exception, AutorecoveringConnection connection) RetryResult
(RecordedEntity recordedEntity, Object result)