public final class CallableToRetryable<Value> extends Object implements Retryable<Value>
CallableToRetryable(Callable<Value> callable)
Value
tryOnce()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CallableToRetryable(Callable<Value> callable)
public Value tryOnce() throws Exception
tryOnce
Retryable<Value>
Exception
Copyright © 2015. All rights reserved.