Class RetryResult
java.lang.Object
com.rabbitmq.client.impl.recovery.RetryResult
The retry of a retried topology recovery operation.
- Since:
- 5.4.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe entity to recover.The result of the recovery operation.
-
Constructor Details
-
RetryResult
-
-
Method Details
-
getRecordedEntity
The entity to recover.- Returns:
-
getResult
The result of the recovery operation. E.g. a consumer tag when recovering a consumer.
-