| Modifier and Type | Method and Description |
|---|---|
DeadLetteringEventHandlerInvoker.Builder |
DeadLetteringEventHandlerInvoker.Builder.queue(SequencedDeadLetterQueue<EventMessage<?>> queue)
Sets the
SequencedDeadLetterQueue this EventHandlerInvoker maintains dead letters with. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSequencedDeadLetterQueue<E extends EventMessage<?>>
A JDBC-based implementation of the
SequencedDeadLetterQueue, used for storing dead letters containing
event messages durably. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaSequencedDeadLetterQueue<M extends EventMessage<?>>
Deprecated.
in favor of using
JpaSequencedDeadLetterQueue
which moved to jakarta. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySequencedDeadLetterQueue<M extends Message<?>>
In-memory implementation of the
SequencedDeadLetterQueue. |
Copyright © 2010–2025. All rights reserved.