Skip to content

Commit

Permalink
Update axon-framework/events/event-processors/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Herrijgers <mitchellherrijgers@gmail.com>
  • Loading branch information
smcvb and CodeDrivenMitch authored Sep 9, 2022
1 parent d8c0f49 commit 58db0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axon-framework/events/event-processors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Thus, the processing group moves back to the behavior described at the start of
#### Processing Dead-Letter Sequences

Once you resolve the problem that led to dead lettering events, we can start processing the dead letters.
We recommend using the `SequencedDeadLetterProcessor` for this, as it processes an entire dead-letter _sequence_ instead of single dead-letter entries.
We recommend using the `SequencedDeadLetterProcessor` interface for this, which can be retrieved from the `EventProcessingConfiguration` for each processing group with a dead letter queue, as it processes an entire dead-letter _sequence_ instead of single dead-letter entries.
It will thus ensure the event order is maintained during the retry.

The `SequencedDeadLetterProcessor` provides two operations to process dead letters:
Expand Down

0 comments on commit 58db0bf

Please sign in to comment.