Open yogenyadav opened 7 years ago
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?
com.github.rholder.retry.RetryerBuilder#retryIfException(com.google.common.base.Predicate
Hi, I want to extend RetryerBuilder and add a method like retryIfExceptionMessage which will retry on contents of the message.