Interface Retryable

All Known Subinterfaces:
RetryableQuestion<A>, RetryableTask

public interface Retryable
Retryable is something an Actor may retry every interval until it succeeds or the timeout is reached.
  • Field Details

    • DEFAULT_TIMEOUT

      static final Duration DEFAULT_TIMEOUT
      The default timeout
  • Method Details