Class and Description |
---|
EnqueuePolicy |
SequencedDeadLetterProcessor
Contract describing a component that can process
dead letters that it has enqueued. |
SequencedDeadLetterQueue
Interface describing the required functionality for a dead letter queue.
|
Class and Description |
---|
DeadLetter
Interface describing a dead lettered
Message implementation of generic type M . |
EnqueuePolicy |
SequencedDeadLetterProcessor
Contract describing a component that can process
dead letters that it has enqueued. |
SequencedDeadLetterQueue
Interface describing the required functionality for a dead letter queue.
|
Class and Description |
---|
Cause
Contract describing the cause for
dead lettering a Message . |
DeadLetter
Interface describing a dead lettered
Message implementation of generic type M . |
DeadLetterQueueOverflowException
Exception signaling a
SequencedDeadLetterQueue is overflowing. |
EnqueueDecision
A contract towards describing a decision among a
dead letter containing a message of type
M . |
NoSuchDeadLetterException
An
AxonException describing that there is no such dead letter present in a
SequencedDeadLetterQueue . |
SequencedDeadLetterQueue
Interface describing the required functionality for a dead letter queue.
|
Class and Description |
---|
Cause
Contract describing the cause for
dead lettering a Message . |
DeadLetter
Interface describing a dead lettered
Message implementation of generic type M . |
DeadLetterQueueOverflowException
Exception signaling a
SequencedDeadLetterQueue is overflowing. |
DoNotEnqueue
An
EnqueueDecision stating a dead letter should not be enqueued. |
EnqueueDecision
A contract towards describing a decision among a
dead letter containing a message of type
M . |
Ignore
An
EnqueueDecision stating a dead letter should be ignored. |
InMemorySequencedDeadLetterQueue
In-memory implementation of the
SequencedDeadLetterQueue . |
InMemorySequencedDeadLetterQueue.Builder
Builder class to instantiate an
InMemorySequencedDeadLetterQueue . |
NoSuchDeadLetterException
An
AxonException describing that there is no such dead letter present in a
SequencedDeadLetterQueue . |
SequencedDeadLetterQueue
Interface describing the required functionality for a dead letter queue.
|
ShouldEnqueue
An
EnqueueDecision stating a dead letter should be enqueued. |
Copyright © 2010–2023. All rights reserved.