Uses of Package
org.axonframework.extension.spring.config
Packages that use org.axonframework.extension.spring.config
Package
Description
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Extension module.
-
Classes in org.axonframework.extension.spring.config used by org.axonframework.extension.spring.configClassDescriptionFunctional interface describing a filter for the
EventProcessorDefinition.EventHandlerDescriptor.Defines the configuration for an event processor, including which event handlers it should process and how it should be configured.Final step in the processor definition fluent API for configuring the processor settings.Describes an event handler component that can be assigned to an event processor.The second step in the processor definition fluent API for selecting which event handlers should be assigned to the processor.Event processor settings.Settings for theSequencedDeadLetterQueueon apooledprocessor.Cache settings for the DLQ sequence identifier in-memory cache.The processing modes of anEventProcessor.Enumeration defining the auto configurable message handler types.Factory for buildingEventProcessorModulesfrom a set of discovered event handler components.AComponentRegistryimplementation that connects into Spring's ecosystem by means of being aBeanPostProcessor,BeanFactoryPostProcessor, andInitializingBean.ALifecycleRegistryimplementation that registers all lifecycle handlers as SpringSmartLifecyclebeans to ensure Spring weaves these lifecycles into the other Spring bean lifecycles. -
Classes in org.axonframework.extension.spring.config used by org.axonframework.extension.springbootClassDescriptionEvent processor settings.Settings for the
SequencedDeadLetterQueueon apooledprocessor.Settings for pooled event processor.The processing modes of anEventProcessor.Settings for subscribing event processor. -
Classes in org.axonframework.extension.spring.config used by org.axonframework.extension.springboot.autoconfigClassDescriptionHolder class to be able to retrieve a map of those by a single non-parameterized class.A
BeanDefinitionRegistryPostProcessorimplementation that detects beans with Axon Message handlers and registers anMessageHandlerConfigurerto have these handlers registered in the AxonConfiguration.ABeanDefinitionRegistryPostProcessorimplementation that scans for Aggregate types and registers aconfigurerfor each Aggregate found.