Class DeadLetterQueueProcessorProperties.Dlq

java.lang.Object
io.axoniq.framework.springboot.DeadLetterQueueProcessorProperties.Dlq
Enclosing class:
DeadLetterQueueProcessorProperties

public static class DeadLetterQueueProcessorProperties.Dlq extends Object
Configuration for the Dead Letter Queue (DLQ) on a single event processor.
  • Constructor Details

    • Dlq

      public Dlq()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Returns whether the DLQ is enabled for this processor.
      Returns:
      true if DLQ is enabled, false otherwise.
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether the DLQ is enabled for this processor.
      Parameters:
      enabled - true to enable, false to disable.
    • getCache

      Returns the cache settings for the DLQ sequence identifier cache.
      Returns:
      The cache settings.
    • setCache

      public void setCache(DeadLetterQueueProcessorProperties.DlqCache cache)
      Sets the cache settings for the DLQ sequence identifier cache.
      Parameters:
      cache - The cache settings.