Interface | Description |
---|---|
DeadLetterJpaConverter<M extends EventMessage<?>> |
Converter that can convert a
EventMessage to a DeadLetterEventEntry and vice versa. |
Class | Description |
---|---|
DeadLetterEntry |
Default DeadLetter JPA entity implementation of dead letters.
|
DeadLetterEventEntry |
Represents an
EventMessage when stored into the database. |
EventMessageDeadLetterJpaConverter |
Converter responsible for converting to and from known
EventMessage implementations that should be supported
by a SequencedDeadLetterQueue capable of storing
EventMessages . |
JpaDeadLetter<M extends EventMessage<?>> |
A
DeadLetter that was saved to the database and reconstructed from it. |
JpaSequencedDeadLetterQueue<M extends EventMessage<?>> |
JPA-backed implementation of the
SequencedDeadLetterQueue , used for storing dead letters containing
Eventmessages durably as a DeadLetterEntry . |
JpaSequencedDeadLetterQueue.Builder<T extends EventMessage<?>> |
Builder class to instantiate an
JpaSequencedDeadLetterQueue . |
Exception | Description |
---|---|
NoJpaConverterFoundException |
Indicates that the
JpaSequencedDeadLetterQueue could not resolve a converter based on the
DeadLetterEntry or EventMessage that needed to be converted. |
Copyright © 2010–2023. All rights reserved.