Uses of Package
org.axonframework.spring.config
Packages that use org.axonframework.spring.config
Package
Description
-
Classes in org.axonframework.spring.config used by org.axonframework.spring.configClassDescriptionDeprecated.Enumeration defining the auto configurable message handler types.Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly.
-
Classes in org.axonframework.spring.config used by org.axonframework.spring.config.annotationClassDescriptionDeprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer, eliminating the need of an abstract implementation used for command and query registration. -
Classes in org.axonframework.spring.config used by org.axonframework.springboot.autoconfigClassDescriptionA
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.Factory Bean implementation that creates an AxonConfigurationfor aConfigurer.AConfigurerimplementation that considers the Spring Application context as a source for components.ABeanDefinitionRegistryPostProcessorimplementation that scans for Saga types and registers aconfigurerfor each Saga found.
SpringConfigurerandSpringAxonConfiguration.