Uses of Package
org.axonframework.extension.spring.config
Packages that use org.axonframework.extension.spring.config
Package
Description
-
Classes in org.axonframework.extension.spring.config used by org.axonframework.extension.spring.configClassDescriptionEvent processor settings.The processing modes of an
EventProcessor.Enumeration defining the auto configurable message handler types.Defines the configuration for an event processor, including which event handlers it should process and how it should be configured.Describes an event handler component that can be assigned to an event processor.Final step in the processor definition fluent API for configuring the processor settings.The second step in the processor definition fluent API for selecting which event handlers should be assigned to the processor.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 pooled event processor.The processing modes of an
EventProcessor.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.