Uses of Class
com.rabbitmq.client.impl.recovery.RecordedEntity
-
Packages that use RecordedEntity Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecordedEntity in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery with type parameters of type RecordedEntity Modifier and Type Class Description static class
DefaultRetryHandler.RetryCondition<E extends RecordedEntity>
Subclasses of RecordedEntity in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecordedBinding
class
RecordedConsumer
class
RecordedExchange
class
RecordedExchangeBinding
class
RecordedNamedEntity
class
RecordedQueue
class
RecordedQueueBinding
Fields in com.rabbitmq.client.impl.recovery with type parameters of type RecordedEntity Modifier and Type Field Description static DefaultRetryHandler.RetryCondition<RecordedEntity>
TopologyRecoveryRetryLogic. CHANNEL_CLOSED_NOT_FOUND
Channel has been closed because of a resource that doesn't exist.Methods in com.rabbitmq.client.impl.recovery with type parameters of type RecordedEntity Modifier and Type Method Description protected <T extends RecordedEntity>
RetryResultDefaultRetryHandler. doRetry(DefaultRetryHandler.RetryCondition<T> condition, DefaultRetryHandler.RetryOperation<?> operation, T entity, RetryContext context)
Methods in com.rabbitmq.client.impl.recovery that return RecordedEntity Modifier and Type Method Description RecordedEntity
RetryContext. entity()
The to-be-recovered entity.RecordedEntity
RetryResult. getRecordedEntity()
The entity to recover.Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedEntity Modifier and Type Method Description protected void
DefaultRetryHandler. log(RecordedEntity entity, Exception exception, int attempts)
Constructors in com.rabbitmq.client.impl.recovery with parameters of type RecordedEntity Constructor Description RetryContext(RecordedEntity entity, Exception exception, AutorecoveringConnection connection)
RetryResult(RecordedEntity recordedEntity, Object result)
-