Class EventProcessorProperties.Dlq

java.lang.Object
org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Enclosing class:
EventProcessorProperties

public static class EventProcessorProperties.Dlq extends Object
Configuration for the Dead-letter-queue (DLQ).
  • Constructor Details

    • Dlq

      public Dlq()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Indicates whether creating and configuring a SequencedDeadLetterQueue is enabled.
      Returns:
      true if creating the queue is enabled, false if otherwise
    • setEnabled

      public void setEnabled(boolean enabled)
      Enables (if true, default) or disables (if false) creating a SequencedDeadLetterQueue.
      Parameters:
      enabled - whether to enable token store creation.
    • getCache

      Retrieves the cache settings for the sequenced dead letter queue.
      Returns:
      the cache settings.
    • setCache

      public void setCache(EventProcessorProperties.DlqCache cache)
      Defines the cache settings for the sequenced dead letter queue.
      Parameters:
      cache - the cache settings.