public interface OutboxRetryPolicy
abstract Boolean
shouldRetry(Throwable exception)
abstract Duration
nextDelay(Integer retryCount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean shouldRetry(Throwable exception)
abstract Duration nextDelay(Integer retryCount)