Package | Description |
---|---|
org.axonframework.eventhandling.deadletter.jpa | |
org.axonframework.messaging.deadletter |
Modifier and Type | Method and Description |
---|---|
Optional<Cause> |
JpaDeadLetter.cause() |
Modifier and Type | Method and Description |
---|---|
void |
DeadLetterEntry.setCause(Cause cause)
Sets the cause of the error when the message was originally processed, or processed later and the cause was
updated.
|
Constructor and Description |
---|
DeadLetterEntry(String processingGroup,
String sequenceIdentifier,
long sequenceIndex,
DeadLetterEventEntry message,
Instant enqueuedAt,
Instant lastTouched,
Cause cause,
MetaData diagnostics,
Serializer serializer)
Creates a new
DeadLetterEntry consisting of the given parameters. |
Modifier and Type | Class and Description |
---|---|
class |
ThrowableCause
|
Modifier and Type | Method and Description |
---|---|
Optional<Cause> |
GenericDeadLetter.cause() |
Optional<Cause> |
DeadLetter.cause()
The
cause for the DeadLetter.message() to be dead lettered. |
Constructor and Description |
---|
GenericDeadLetter(Object sequenceIdentifier,
M message,
Cause cause,
Instant enqueuedAt,
Instant lastTouched,
MetaData diagnostics)
Construct a
GenericDeadLetter defining all the fields. |
Copyright © 2010–2023. All rights reserved.