|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandHandlingEntry | |
|---|---|
| org.axonframework.commandhandling.disruptor | |
| Uses of CommandHandlingEntry in org.axonframework.commandhandling.disruptor |
|---|
| Methods in org.axonframework.commandhandling.disruptor that return CommandHandlingEntry | |
|---|---|
CommandHandlingEntry |
CommandHandlingEntry.Factory.newInstance()
|
| Methods in org.axonframework.commandhandling.disruptor with parameters of type CommandHandlingEntry | |
|---|---|
void |
SerializerHandler.onEvent(CommandHandlingEntry event,
long sequence,
boolean endOfBatch)
|
void |
EventPublisher.onEvent(CommandHandlingEntry entry,
long sequence,
boolean endOfBatch)
|
void |
CommandHandlerInvoker.onEvent(CommandHandlingEntry entry,
long sequence,
boolean endOfBatch)
|
| Constructor parameters in org.axonframework.commandhandling.disruptor with type arguments of type CommandHandlingEntry | |
|---|---|
BlacklistDetectingCallback(CommandCallback<R> delegate,
CommandMessage command,
com.lmax.disruptor.RingBuffer<CommandHandlingEntry> ringBuffer,
DisruptorCommandBus commandBus,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||