| Package | Description |
|---|---|
| org.axonframework.eventhandling.deadletter.jpa | |
| org.axonframework.eventhandling.deadletter.legacyjpa |
| Class and Description |
|---|
| DeadLetterEventEntry
Represents an
EventMessage when stored into the database. |
| DeadLetterJpaConverter
Converter that can convert a
EventMessage to a DeadLetterEventEntry and vice versa. |
| JpaSequencedDeadLetterQueue
JPA-backed implementation of the
SequencedDeadLetterQueue, used for storing dead letters containing
Eventmessages durably as a DeadLetterEntry. |
| JpaSequencedDeadLetterQueue.Builder
Builder class to instantiate an
JpaSequencedDeadLetterQueue. |
| Class and Description |
|---|
| DeadLetterEntry
Default DeadLetter JPA entity implementation of dead letters.
|
| DeadLetterEventEntry
Represents an
EventMessage when stored into the database. |
Copyright © 2010–2023. All rights reserved.