Interface EventProcessorSettings.DlqSettings
- Enclosing interface:
EventProcessorSettings
public static interface EventProcessorSettings.DlqSettings
Settings for the
SequencedDeadLetterQueue
on a pooled processor.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCache settings for the DLQ sequence identifier in-memory cache. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventProcessorSettings.DlqSettingsSingleton representing a disabled (default) DLQ configuration. -
Method Summary
-
Field Details
-
DISABLED
Singleton representing a disabled (default) DLQ configuration.
-
-
Method Details
-
enabled
boolean enabled()Whether the Dead Letter Queue should be created for this processor. Defaults tofalse.- Returns:
trueif the DLQ should be created,falseotherwise.
-
cache
Cache settings for the DLQ sequence identifier cache.- Returns:
- cache configuration.
-