Class RetryResult
- java.lang.Object
-
- com.rabbitmq.client.impl.recovery.RetryResult
-
public class RetryResult extends Object
The retry of a retried topology recovery operation.- Since:
- 4.8.0
-
-
Constructor Summary
Constructors Constructor Description RetryResult(RecordedEntity recordedEntity, Object result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordedEntity
getRecordedEntity()
The entity to recover.Object
getResult()
The result of the recovery operation.
-
-
-
Constructor Detail
-
RetryResult
public RetryResult(RecordedEntity recordedEntity, Object result)
-
-
Method Detail
-
getRecordedEntity
public RecordedEntity getRecordedEntity()
The entity to recover.- Returns:
-
getResult
public Object getResult()
The result of the recovery operation. E.g. a consumer tag when recovering a consumer.
-
-