| Modifier and Type | Method and Description |
|---|---|
void |
CommandHandlerInvoker.onEvent(CommandHandlingEntry entry,
long sequence,
boolean endOfBatch) |
void |
EventPublisher.onEvent(CommandHandlingEntry entry,
long sequence,
boolean endOfBatch) |
| Constructor and Description |
|---|
BlacklistDetectingCallback(org.axonframework.commandhandling.CommandCallback<? super C,R> delegate,
com.lmax.disruptor.RingBuffer<CommandHandlingEntry> ringBuffer,
BiConsumer<org.axonframework.commandhandling.CommandMessage<? extends C>,org.axonframework.commandhandling.CommandCallback<? super C,R>> retryMethod,
boolean rescheduleOnCorruptState)
Initializes the callback which allows the given
command to be rescheduled on the given ringBuffer
if it failed due to a corrupt state. |
Copyright © 2010–2024. All rights reserved.