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.
|
org.axonframework.saga | |
org.axonframework.saga.annotation |
Modifier and Type | Class and Description |
---|---|
class |
AggregateAnnotationCommandHandler<T extends AggregateRoot>
Command handler that handles commands based on
CommandHandler
annotations on an aggregate. |
class |
AnnotationCommandHandlerAdapter
Adapter that turns any
@CommandHandler annotated bean into a CommandHandler implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEventListenerAdapter
Adapter that turns any bean with
EventHandler annotated methods into an EventListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSagaManager
Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager
implementations.
|
class |
SimpleSagaManager
Simple SagaManager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSagaManager
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
|
class |
AsyncAnnotatedSagaManager
A SagaManager implementation that processes Sagas asynchronously.
|
Copyright © 2010-2014. All Rights Reserved.