Package | Description |
---|---|
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 |
AnnotationEventListenerAdapter
Adapter that turns any bean with
EventHandler annotated methods into an EventListener . |
Modifier and Type | Interface and Description |
---|---|
interface |
SagaManager
Interface toward the Manager of one or more types of Saga.
|
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.