RetryDelayStrategyContext

constructor(lastThrowable: Throwable? = null, lastResult: Any? = null)(source)

Parameters

lastThrowable

The last throwable caught that was recorded as a failure, if any.

lastResult

The result of the last successful attempt that was recorded as a failure, if any.