Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.queryhandling |
Modifier and Type | Class and Description |
---|---|
interface |
CommandHandler
Marker annotation to mark any method on an object as being a CommandHandler.
|
Modifier and Type | Class and Description |
---|---|
interface |
EventHandler
Annotation to be placed on methods that can handle events.
|
Modifier and Type | Class and Description |
---|---|
interface |
QueryHandler
Marker annotation to mark any method on an object as being a QueryHandler.
|
Copyright © 2010–2017. All rights reserved.