until Result
A RetryPredicate implementation that checks whether the result is null or an error.
This predicate will return true
for io.circul.catalyst.policy.predicate.RetryPredicate.shouldRetry if the result is null
or an error, indicating a retry should be attempted.
untilResult is the equivalent of onException or onNull
Since
1.0.0