Class AxonServerAutoConfiguration

java.lang.Object
org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@AutoConfiguration @AutoConfigureBefore(AxonAutoConfiguration.class) @ConditionalOnClass(AxonServerConfiguration.class) @EnableConfigurationProperties(TagsConfigurationProperties.class) @ConditionalOnProperty(name="axon.axonserver.enabled", matchIfMissing=true) public class AxonServerAutoConfiguration extends Object implements org.springframework.context.ApplicationContextAware
Configures Axon Server as implementation for the CommandBus, QueryBus and EventStore.
Since:
4.0
Author:
Marc Gathier