Interface RetryStatus

    • Method Detail

      • getNext

        Date getNext()
        Returns:
        the next retry time
      • getPrevious

        Date getPrevious()
        Returns:
        the previous retry time
      • getRetries

        int getRetries()
        Returns:
        the number of retries
      • getMaxRetries

        int getMaxRetries()
        Returns:
        the max number of retries permitted
      • getNextInterval

        long getNextInterval()
        Returns:
        the nextInterval
      • getBackoff

        long getBackoff()
        Returns:
        the backoff
      • isPending

        boolean isPending()
        Returns:
        the pending
      • isSuspended

        boolean isSuspended()
        Returns:
        the suspended