You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#804 - Magic sauce to nicely format RevAPI changes in GitHub releases
Breaking Changes
Change
New API
Justification
method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>) updated to method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>, Predicate<? super Throwable>)
method void MultiRetry::(Multi, Predicate<? super Throwable>, Predicate<? super Throwable>)
MultiRetry is an operator class (not user facing). The change adds support for the onFailure predicate