Package org.axonframework.springboot
Class EventProcessorProperties.Dlq
java.lang.Object
org.axonframework.springboot.EventProcessorProperties.Dlq
- Enclosing class:
EventProcessorProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.booleanIndicates whether creating and configuring aSequencedDeadLetterQueueis enabled.voidDefines the AutoConfiguration settings for the cache of the sequenced dead letter queue.voidsetEnabled(boolean enabled)
-
Constructor Details
-
Dlq
public Dlq()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Indicates whether creating and configuring aSequencedDeadLetterQueueis enabled.- Returns:
- true if creating the queue is enabled, false if otherwise
-
setEnabled
public void setEnabled(boolean enabled) - Parameters:
enabled- whether to enable token store creation.
-
getCache
Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.- Returns:
- the AutoConfiguration settings for the cache of the sequenced dead letter queue.
-
setCache
Defines the AutoConfiguration settings for the cache of the sequenced dead letter queue.- Parameters:
cache- the cache settings for the sequenced dead letter.
-