Uses of Interface
org.axonframework.messaging.deadletter.Cause
Packages that use Cause
Package
Description
-
Uses of Cause in org.axonframework.eventhandling.deadletter.jdbc
Methods in org.axonframework.eventhandling.deadletter.jdbc that return types with arguments of type CauseMethods in org.axonframework.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)operation.DefaultDeadLetterStatementFactory.requeueStatement(Connection connection, String letterIdentifier, Cause cause, Instant lastTouched, MetaData diagnostics) Constructors in org.axonframework.eventhandling.deadletter.jdbc with parameters of type CauseModifierConstructorDescriptionJdbcDeadLetter(String identifier, long index, String sequenceIdentifier, Instant enqueuedAt, Instant lastTouched, Cause cause, MetaData diagnostics, E message) Constructs a newJdbcDeadLetterwith all possible parameters. -
Uses of Cause in org.axonframework.eventhandling.deadletter.jpa
Methods in org.axonframework.eventhandling.deadletter.jpa that return types with arguments of type CauseMethods in org.axonframework.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 org.axonframework.eventhandling.deadletter.jpa with parameters of type CauseModifierConstructorDescriptionDeadLetterEntry(String processingGroup, String sequenceIdentifier, long sequenceIndex, DeadLetterEventEntry message, Instant enqueuedAt, Instant lastTouched, Cause cause, MetaData diagnostics, Serializer serializer) Creates a newDeadLetterEntryconsisting of the given parameters. -
Uses of Cause in org.axonframework.eventhandling.deadletter.legacyjpa
Methods in org.axonframework.eventhandling.deadletter.legacyjpa that return types with arguments of type Cause -
Uses of Cause in org.axonframework.messaging.deadletter
Classes in org.axonframework.messaging.deadletter that implement CauseModifier and TypeClassDescriptionclassMethods in org.axonframework.messaging.deadletter that return types with arguments of type CauseModifier and TypeMethodDescriptionDeadLetter.cause()Thecausefor theDeadLetter.message()to be dead lettered.GenericDeadLetter.cause()Constructors in org.axonframework.messaging.deadletter with parameters of type CauseModifierConstructorDescriptionGenericDeadLetter(Object sequenceIdentifier, M message, Cause cause, Instant enqueuedAt, Instant lastTouched, MetaData diagnostics) Construct aGenericDeadLetterdefining all the fields.