Package | Description |
---|---|
org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
org.axonframework.quickstart | |
org.axonframework.quickstart.annotated |
Class and Description |
---|
AbstractAnnotatedParameterResolverFactory
ParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired
with a suitable type of parameter.
|
AnnotationEventListenerAdapter
Adapter that turns any bean with
EventHandler annotated methods into an EventListener . |
Class and Description |
---|
EventHandler
Annotation to be placed on methods that can handle events.
|
Class and Description |
---|
EventHandler
Annotation to be placed on methods that can handle events.
|
Timestamp
Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event
Message.
|
Copyright © 2010-2014. All Rights Reserved.