Package | Description |
---|---|
org.axonframework.eventhandling.deadletter.jpa |
Class and Description |
---|
DeadLetterEntry
Default DeadLetter JPA entity implementation of dead letters.
|
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 . |
Copyright © 2010–2023. All rights reserved.