Uses of Interface
io.axoniq.framework.messaging.deadletter.Cause
Packages that use Cause
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of Cause in io.axoniq.framework.messaging.deadletter
Classes in io.axoniq.framework.messaging.deadletter that implement CauseModifier and TypeClassDescriptionclassMethods in io.axoniq.framework.messaging.deadletter that return types with arguments of type CauseModifier and TypeMethodDescriptionDeadLetter.cause()Thecausefor theDeadLetter.message()to be dead lettered.GenericDeadLetter.cause()Constructors in io.axoniq.framework.messaging.deadletter with parameters of type CauseModifierConstructorDescriptionGenericDeadLetter(Object sequenceIdentifier, M message, Cause cause, Instant enqueuedAt, Instant lastTouched, Metadata diagnostics) Construct aGenericDeadLetterdefining all the fields.GenericDeadLetter(Object sequenceIdentifier, M message, Cause cause, Instant enqueuedAt, Instant lastTouched, Metadata diagnostics, Context context) Construct aGenericDeadLetterdefining all the fields including the associatedContext. -
Uses of Cause in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc
Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc that return types with arguments of type CauseMethods in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type CauseModifier and TypeMethodDescriptionDeadLetterStatementFactory.requeueStatement(Connection connection, String identifier, Cause cause, Instant lastTouched, Metadata diagnostics) Constructs thePreparedStatementused for theJdbcSequencedDeadLetterQueue.requeue(DeadLetter, UnaryOperator, org.axonframework.messaging.core.unitofwork.ProcessingContext)operation.DefaultDeadLetterStatementFactory.requeueStatement(Connection connection, String letterIdentifier, Cause cause, Instant lastTouched, Metadata diagnostics) Constructors in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type CauseModifierConstructorDescriptionJdbcDeadLetter(String identifier, long index, String sequenceIdentifier, Instant enqueuedAt, Instant lastTouched, Cause cause, Metadata diagnostics, E message, Context context) Constructs a newJdbcDeadLetterwith all possible parameters. -
Uses of Cause in io.axoniq.framework.messaging.eventhandling.deadletter.jpa
Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jpa that return types with arguments of type CauseMethods in io.axoniq.framework.messaging.eventhandling.deadletter.jpa with parameters of type CauseModifier and TypeMethodDescriptionvoidSets the cause of the error when the message was originally processed, or processed later and the cause was updated.Constructors in io.axoniq.framework.messaging.eventhandling.deadletter.jpa with parameters of type CauseModifierConstructorDescriptionDeadLetterEntry(String processingGroup, String sequenceIdentifier, long sequenceIndex, DeadLetterEventEntry message, Instant enqueuedAt, Instant lastTouched, Cause cause, Metadata diagnostics, Converter converter) Creates a newDeadLetterEntryconsisting of the given parameters.