public static class EventProcessorProperties.Dlq extends Object
Constructor and Description |
---|
Dlq() |
Modifier and Type | Method and Description |
---|---|
EventProcessorProperties.DlqCache |
getCache()
Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.
|
boolean |
isEnabled()
Indicates whether creating and configuring a
SequencedDeadLetterQueue is enabled. |
void |
setCache(EventProcessorProperties.DlqCache cache)
Defines the AutoConfiguration settings for the cache of the sequenced dead letter queue.
|
void |
setEnabled(boolean enabled)
|
public boolean isEnabled()
SequencedDeadLetterQueue
is enabled.public void setEnabled(boolean enabled)
enabled
- whether to enable token store creation.public EventProcessorProperties.DlqCache getCache()
public void setCache(EventProcessorProperties.DlqCache cache)
cache
- the cache settings for the sequenced dead letter.Copyright © 2010–2024. All rights reserved.