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:
5.4.0
  • Constructor Details

  • Method Details

    • 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.