| Package | Description |
|---|---|
| org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
| org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationCommandHandlerBeanPostProcessor
Spring Bean post processor that automatically generates an adapter for each bean containing
CommandHandler annotated methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationEventListenerBeanPostProcessor
Spring Bean post processor that automatically generates an adapter for each bean containing
EventHandler
annotated methods. |
Copyright © 2010-2014. All Rights Reserved.