Class RetryResult


  • public class RetryResult
    extends java.lang.Object
    The retry of a retried topology recovery operation.
    Since:
    5.4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private RecordedEntity recordedEntity
      The entity to recover.
      private java.lang.Object result
      The result of the recovery operation.
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryResult​(RecordedEntity recordedEntity, java.lang.Object result)  
    • Field Detail

      • recordedEntity

        private final RecordedEntity recordedEntity
        The entity to recover.
      • result

        private final java.lang.Object result
        The result of the recovery operation. E.g. a consumer tag when recovering a consumer.
    • Constructor Detail

      • RetryResult

        public RetryResult​(RecordedEntity recordedEntity,
                           java.lang.Object result)
    • Method Detail

      • getRecordedEntity

        public RecordedEntity getRecordedEntity()
        The entity to recover.
        Returns:
      • getResult

        public java.lang.Object getResult()
        The result of the recovery operation. E.g. a consumer tag when recovering a consumer.