public abstract class RetryStrategy extends Object
protected
RetryStrategy(com.github.rholder.retry.Retryer<Boolean> retryer)
boolean
execute(Callable<Boolean> callable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected RetryStrategy(com.github.rholder.retry.Retryer<Boolean> retryer)
public boolean execute(Callable<Boolean> callable) throws Exception
Exception
Copyright © 2016–2019. All rights reserved.