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 03a02f4 commit d8c0f49
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 @@ -448,7 +448,7 @@ A dead letter contains the following attributes:

| attribute | type | description |
|-----------------|---------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| `message` | `EventMessage` | The complete failed event. |
| `message` | `EventMessage` | The message containing the failed event. |
| `cause` | `Optional<Cause>` | The cause for the message to be dead lettered. Empty if the letter is enqueued because it is part of a sequence. |
| `enqueuedAt` | `Instant` | The moment in time when the event was enqueued in a dead-letter queue. |
| `lastTouched` | `Instant` | The moment in time when this letter was last touched. Will equal the `enqueuedAt` value if this letter is enqueued for the first time. |
Expand Down

0 comments on commit d8c0f49

Please sign in to comment.