Interface EventProcessorSettings.DlqSettings

Enclosing interface:
EventProcessorSettings

public static interface EventProcessorSettings.DlqSettings
Settings for the SequencedDeadLetterQueue on a pooled processor.
  • Field Details

  • Method Details

    • enabled

      boolean enabled()
      Whether the Dead Letter Queue should be created for this processor. Defaults to false.
      Returns:
      true if the DLQ should be created, false otherwise.
    • cache

      Cache settings for the DLQ sequence identifier cache.
      Returns:
      cache configuration.