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
Best practise is extension should be done through composition, not inheritance. Are you sure you simply can't implement a StopStrategy which also is a RetryListener and register your implementation on the builder?
Hi,
I want to extend RetryerBuilder and add a method like retryIfExceptionMessage which will retry on contents of the message.
The text was updated successfully, but these errors were encountered: