Modifier and Type | Field and Description |
---|---|
protected Map<String,Component<SequencedDeadLetterQueue<EventMessage<?>>>> |
EventProcessingModule.deadLetterQueues |
Modifier and Type | Method and Description |
---|---|
Optional<SequencedDeadLetterQueue<EventMessage<?>>> |
EventProcessingModule.deadLetterQueue(String processingGroup) |
default Optional<SequencedDeadLetterQueue<EventMessage<?>>> |
EventProcessingConfiguration.deadLetterQueue(String processingGroup)
|
Modifier and Type | Method and Description |
---|---|
EventProcessingConfigurer |
EventProcessingModule.registerDeadLetterQueue(String processingGroup,
Function<Configuration,SequencedDeadLetterQueue<EventMessage<?>>> queueBuilder) |
default EventProcessingConfigurer |
EventProcessingConfigurer.registerDeadLetterQueue(String processingGroup,
Function<Configuration,SequencedDeadLetterQueue<EventMessage<?>>> queueBuilder)
Register a
SequencedDeadLetterQueue for the given processingGroup . |
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 |
JpaSequencedDeadLetterQueue<M extends EventMessage<?>>
JPA-backed implementation of the
SequencedDeadLetterQueue , used for storing dead letters containing
Eventmessages durably as a DeadLetterEntry . |
Modifier and Type | Class and Description |
---|---|
class |
InMemorySequencedDeadLetterQueue<M extends Message<?>>
In-memory implementation of the
SequencedDeadLetterQueue . |
Copyright © 2010–2023. All rights reserved.