Uses of Class
org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
Packages that use DeadLetterQueueOverflowException
Package
Description
-
Uses of DeadLetterQueueOverflowException in org.axonframework.eventhandling.deadletter.jdbc
Methods in org.axonframework.eventhandling.deadletter.jdbc that throw DeadLetterQueueOverflowExceptionModifier and TypeMethodDescriptionvoidJdbcSequencedDeadLetterQueue.enqueue(Object sequenceIdentifier, DeadLetter<? extends E> letter) -
Uses of DeadLetterQueueOverflowException in org.axonframework.eventhandling.deadletter.jpa
Methods in org.axonframework.eventhandling.deadletter.jpa that throw DeadLetterQueueOverflowExceptionModifier and TypeMethodDescriptionvoidJpaSequencedDeadLetterQueue.enqueue(Object sequenceIdentifier, DeadLetter<? extends M> letter) -
Uses of DeadLetterQueueOverflowException in org.axonframework.eventhandling.deadletter.legacyjpa
Methods in org.axonframework.eventhandling.deadletter.legacyjpa that throw DeadLetterQueueOverflowExceptionModifier and TypeMethodDescriptionvoidJpaSequencedDeadLetterQueue.enqueue(Object sequenceIdentifier, DeadLetter<? extends M> letter) Deprecated. -
Uses of DeadLetterQueueOverflowException in org.axonframework.messaging.deadletter
Methods in org.axonframework.messaging.deadletter that throw DeadLetterQueueOverflowExceptionModifier and TypeMethodDescriptionvoidInMemorySequencedDeadLetterQueue.enqueue(Object sequenceIdentifier, DeadLetter<? extends M> letter) voidSequencedDeadLetterQueue.enqueue(Object sequenceIdentifier, DeadLetter<? extends M> letter) Enqueues adead lettercontaining an implementation ofMto this queue.default booleanSequencedDeadLetterQueue.enqueueIfPresent(Object sequenceIdentifier, Supplier<DeadLetter<? extends M>> letterBuilder) Enqueue the result of the givenletterBuilderonly if there already are otherdead letterswith the samesequenceIdentifierpresent in this queue.