Uses of Class
org.axonframework.disruptor.commandhandling.CommandHandlingEntry
Packages that use CommandHandlingEntry
-
Uses of CommandHandlingEntry in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling with parameters of type CommandHandlingEntryModifier and TypeMethodDescriptionvoidCommandHandlerInvoker.onEvent(CommandHandlingEntry entry, long sequence, boolean endOfBatch) voidEventPublisher.onEvent(CommandHandlingEntry entry, long sequence, boolean endOfBatch) Constructor parameters in org.axonframework.disruptor.commandhandling with type arguments of type CommandHandlingEntryModifierConstructorDescriptionBlacklistDetectingCallback(CommandCallback<? super C, R> delegate, com.lmax.disruptor.RingBuffer<CommandHandlingEntry> ringBuffer, BiConsumer<CommandMessage<? extends C>, CommandCallback<? super C, R>> retryMethod, boolean rescheduleOnCorruptState) Initializes the callback which allows the givencommandto be rescheduled on the givenringBufferif it failed due to a corrupt state.