public class SimpleRetry<T> extends Object
SimpleRetry(ICaller<T> caller)
T
doRetry(int retries)
SimpleRetry<T>
onError(ICaller<T> errorCaller)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleRetry(ICaller<T> caller)
public SimpleRetry<T> onError(ICaller<T> errorCaller)
public T doRetry(int retries)
Copyright © 2025. All rights reserved.