Package io.axoniq.framework.springboot
Class DeadLetterQueueProcessorProperties.DlqProcessorSettings
java.lang.Object
io.axoniq.framework.springboot.DeadLetterQueueProcessorProperties.DlqProcessorSettings
- Enclosing class:
DeadLetterQueueProcessorProperties
Per-processor settings containing DLQ configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDlq()Returns the DLQ settings for this processor.voidSets the DLQ settings for this processor.
-
Constructor Details
-
DlqProcessorSettings
public DlqProcessorSettings()
-
-
Method Details
-
getDlq
Returns the DLQ settings for this processor.- Returns:
- The DLQ settings.
-
setDlq
Sets the DLQ settings for this processor.- Parameters:
dlq- The DLQ settings.
-