| Package | Description |
|---|---|
| org.axonframework.eventhandling.deadletter.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
EventMessageDeadLetterJpaConverter
Converter responsible for converting to and from known
EventMessage implementations that should be supported
by a SequencedDeadLetterQueue capable of storing
EventMessages. |
| Modifier and Type | Method and Description |
|---|---|
JpaSequencedDeadLetterQueue.Builder<T> |
JpaSequencedDeadLetterQueue.Builder.addConverter(DeadLetterJpaConverter<EventMessage<?>> converter)
Adds a
DeadLetterJpaConverter to the configuration, which is used to deserialize dead-letter entries
from the database. |
Copyright © 2010–2023. All rights reserved.