Interface Retryable

    • Field Detail

      • DEFAULT_TIMEOUT

        static final java.time.Duration DEFAULT_TIMEOUT
        The default timeout
    • Method Detail

      • getTimeout

        default java.time.Duration getTimeout()
        Returns:
        the timeout for this (default: DEFAULT_TIMEOUT)
      • getInterval

        default java.time.Duration getInterval()
        Returns:
        the interval to retry this (default getTimeout() / 10)