Class EventProcessorProperties.Dlq
java.lang.Object
org.axonframework.extension.springboot.EventProcessorProperties.Dlq
- Enclosing class:
EventProcessorProperties
Configuration for the Dead-letter-queue (DLQ).
-
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 ais enabled.invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueuevoidDefines the AutoConfiguration settings for the cache of the sequenced dead letter queue.voidsetEnabled(boolean enabled) Enables (iftrue, default) or disables (iffalse) creating a.invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Constructor Details
-
Dlq
public Dlq()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Indicates whether creating and configuring ais enabled.invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue- Returns:
- true if creating the queue is enabled, false if otherwise
-
setEnabled
public void setEnabled(boolean enabled) Enables (iftrue, default) or disables (iffalse) creating a.invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue- 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.
-