| Modifier | Constructor and Description |
|---|---|
|
RetryingInvoker(Duration... retryIntervals) |
protected |
RetryingInvoker(List<Duration> retryIntevals) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
invoke(org.wildfly.common.function.ExceptionRunnable<E> action)
Invokes the specified action
|
<R,E extends Exception> |
invoke(org.wildfly.common.function.ExceptionSupplier<R,E> task)
Invokes the specified action
|
public RetryingInvoker(Duration... retryIntervals)
public <R,E extends Exception> R invoke(org.wildfly.common.function.ExceptionSupplier<R,E> task) throws E extends Exception
InvokerCopyright © 2019 JBoss by Red Hat. All rights reserved.