Uses of Class
org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
Packages that use EventProcessorProperties.DlqCache
-
Uses of EventProcessorProperties.DlqCache in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return EventProcessorProperties.DlqCacheModifier and TypeMethodDescriptionEventProcessorProperties.Dlq.getCache()Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.Methods in org.axonframework.extension.springboot with parameters of type EventProcessorProperties.DlqCacheModifier and TypeMethodDescriptionvoidEventProcessorProperties.Dlq.setCache(EventProcessorProperties.DlqCache cache) Defines the AutoConfiguration settings for the cache of the sequenced dead letter queue.