retryIf

Configures the retry predicate. The predicate is used to determine if, based on the caught throwable, the operation should be retried.

Parameters

predicate

the predicate to use.

See also