public static class ExceptionHandlers.RetryAcknowledgmentExceptionHandler extends Object implements java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception>
| Constructor and Description |
|---|
RetryAcknowledgmentExceptionHandler(java.time.Duration timeout,
java.time.Duration waitingTime,
java.util.function.Predicate<Throwable> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Receiver.AcknowledgmentContext acknowledgmentContext,
Exception e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic RetryAcknowledgmentExceptionHandler(java.time.Duration timeout,
java.time.Duration waitingTime,
java.util.function.Predicate<Throwable> predicate)
public void accept(Receiver.AcknowledgmentContext acknowledgmentContext, Exception e)
accept in interface java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception>