Modifier and Type | Method and Description |
---|---|
Optional<Cause> |
JdbcDeadLetter.cause() |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
DefaultDeadLetterStatementFactory.requeueStatement(Connection connection,
String letterIdentifier,
Cause cause,
Instant lastTouched,
MetaData diagnostics) |
PreparedStatement |
DeadLetterStatementFactory.requeueStatement(Connection connection,
String identifier,
Cause cause,
Instant lastTouched,
MetaData diagnostics)
Constructs the
PreparedStatement used for the
JdbcSequencedDeadLetterQueue.requeue(DeadLetter, UnaryOperator) operation. |
Constructor and Description |
---|
JdbcDeadLetter(String identifier,
long index,
String sequenceIdentifier,
Instant enqueuedAt,
Instant lastTouched,
Cause cause,
MetaData diagnostics,
E message)
Constructs a new
JdbcDeadLetter with all possible parameters. |
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 | Method and Description |
---|---|
Optional<Cause> |
JpaDeadLetter.cause()
Deprecated.
|
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–2024. All rights reserved.