Uses of Class
org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Packages that use EventProcessorProperties.Dlq
-
Uses of EventProcessorProperties.Dlq in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return EventProcessorProperties.DlqModifier and TypeMethodDescriptionEventProcessorProperties.ProcessorSettings.getDlq()Retrieves the AutoConfiguration settings for the sequenced dead letter queue settings.Methods in org.axonframework.extension.springboot with parameters of type EventProcessorProperties.DlqModifier and TypeMethodDescriptionvoidEventProcessorProperties.ProcessorSettings.setDlq(EventProcessorProperties.Dlq dlq) Defines the AutoConfiguration settings for the sequenced dead letter queue.