Uses of Class
io.axoniq.framework.messaging.eventhandling.deadletter.DeadLetterQueueConfiguration
Packages that use DeadLetterQueueConfiguration
Package
Description
Part of the Axon Messaging module.
-
Uses of DeadLetterQueueConfiguration in io.axoniq.framework.messaging.eventhandling.deadletter
Methods in io.axoniq.framework.messaging.eventhandling.deadletter that return DeadLetterQueueConfigurationModifier and TypeMethodDescriptionDeadLetterQueueConfiguration.cacheMaxSize(int cacheMaxSize) Sets the maximum size of the sequence identifier cache used by theCachingSequencedDeadLetterQueue.DeadLetterQueueConfiguration.clearOnReset(boolean clearOnReset) Sets whether to clear the dead-letter queue when the processor is reset.DeadLetterQueueConfiguration.disabled()Disables dead-letter queue functionality for this processor.DeadLetterQueueConfiguration.enabled()Enables dead-letter queue functionality for this processor.DeadLetterQueueConfiguration.enqueuePolicy(EnqueuePolicy<EventMessage> enqueuePolicy) Sets theEnqueuePolicyto use when deciding whether to dead-letter a failed event.DeadLetterQueueConfiguration.factory(SequencedDeadLetterQueueFactory factory) Sets theSequencedDeadLetterQueueFactoryused to createSequencedDeadLetterQueueinstances.