public class RetryingInvoker extends Object implements Invoker
RetryingInvoker(long... backOffIntervals)
RetryingInvoker(long[] backOffIntervals, TimeUnit unit)
<R> R
invoke(Callable<R> task)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RetryingInvoker(long... backOffIntervals)
public RetryingInvoker(long[] backOffIntervals, TimeUnit unit)
public <R> R invoke(Callable<R> task) throws Exception
invoke
Invoker
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.