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 classDefaultRetryHandler.RetryCondition<E extends RecordedEntity>Subclasses of RecordedEntity in com.rabbitmq.client.impl.recovery Modifier and Type Class Description classRecordedBindingclassRecordedConsumerclassRecordedExchangeclassRecordedExchangeBindingclassRecordedNamedEntityclassRecordedQueueclassRecordedQueueBindingFields 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_FOUNDChannel 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 RecordedEntityRetryContext. entity()The to-be-recovered entity.RecordedEntityRetryResult. getRecordedEntity()The entity to recover.Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedEntity Modifier and Type Method Description protected voidDefaultRetryHandler. 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)
-