on Null
A RetryPredicate implementation that checks whether the result is null and not an error.
This predicate will return true
for io.circul.catalyst.policy.predicate.RetryPredicate.shouldRetry if a successful result is null
, indicating a retry should be attempted.
Since
1.0.0