with

Combines a RetryPredicate with a DelayStrategy to create a RetryPolicy.

Receiver

The RetryPredicate determining whether a retry should occur.

Return

A RetryPolicy combining the retry predicate and delay strategy.

Since

1.0.0

Parameters

that

The DelayStrategy to use for calculating delays between retries.


Combines a DelayStrategy with a RetryPredicate to create a RetryPolicy.

Receiver

The DelayStrategy to use for calculating delays between retries.

Return

A RetryPolicy combining the delay strategy and retry predicate.

Since

1.0.0

Parameters

that

The RetryPredicate determining whether a retry should occur.