Uses of Class
org.axonframework.messaging.deadletter.NoSuchDeadLetterException
Packages that use NoSuchDeadLetterException
Package
Description
-
Uses of NoSuchDeadLetterException in org.axonframework.eventhandling.deadletter.jdbc
Methods in org.axonframework.eventhandling.deadletter.jdbc that throw NoSuchDeadLetterExceptionModifier and TypeMethodDescriptionvoidJdbcSequencedDeadLetterQueue.requeue(DeadLetter<? extends E> letter, UnaryOperator<DeadLetter<? extends E>> letterUpdater) -
Uses of NoSuchDeadLetterException in org.axonframework.eventhandling.deadletter.jpa
Methods in org.axonframework.eventhandling.deadletter.jpa that throw NoSuchDeadLetterExceptionModifier and TypeMethodDescriptionvoidJpaSequencedDeadLetterQueue.requeue(DeadLetter<? extends M> letter, UnaryOperator<DeadLetter<? extends M>> letterUpdater) -
Uses of NoSuchDeadLetterException in org.axonframework.eventhandling.deadletter.legacyjpa
Methods in org.axonframework.eventhandling.deadletter.legacyjpa that throw NoSuchDeadLetterExceptionModifier and TypeMethodDescriptionvoidJpaSequencedDeadLetterQueue.requeue(DeadLetter<? extends M> letter, UnaryOperator<DeadLetter<? extends M>> letterUpdater) Deprecated. -
Uses of NoSuchDeadLetterException in org.axonframework.messaging.deadletter
Methods in org.axonframework.messaging.deadletter that throw NoSuchDeadLetterExceptionModifier and TypeMethodDescriptionvoidInMemorySequencedDeadLetterQueue.requeue(DeadLetter<? extends M> letter, UnaryOperator<DeadLetter<? extends M>> letterUpdater) voidSequencedDeadLetterQueue.requeue(DeadLetter<? extends M> letter, UnaryOperator<DeadLetter<? extends M>> letterUpdater) Reenters the givenletter, updating the contents with theletterUpdater.