Package | Description |
---|---|
org.axonframework.boot.autoconfig | |
org.axonframework.spring.config | |
org.axonframework.spring.config.annotation |
Class and Description |
---|
AxonConfiguration
Spring Configuration class that defines a number of conditional beans.
|
EnableAxon
Annotation that enables Axon Configuration API for Spring.
|
Class and Description |
---|
AnnotationDriven
Annotation for
@Configuration that will automatically
subscribe @CommandHandler and @EventHandler annotated beans with the
CommandBus and EventBus, respectively. |
AxonConfiguration
Spring Configuration class that defines a number of conditional beans.
|
NoBeanOfType
Annotation to be used in a configuration class on @
Bean annotated
methods if the method should only provide its bean if a bean of a given type does not exist yet. |
Class and Description |
---|
AbstractAnnotationHandlerBeanPostProcessor
Abstract bean post processor that finds candidates for proxying.
|
Copyright © 2010–2017. All rights reserved.