Class AnnotatedSagaManager<T>

java.lang.Object
org.axonframework.modelling.saga.AbstractSagaManager<T>
org.axonframework.modelling.saga.AnnotatedSagaManager<T>
Type Parameters:
T - The type of Saga managed by this instance
All Implemented Interfaces:
EventHandlerInvoker, ScopeAware

public class AnnotatedSagaManager<T> extends AbstractSagaManager<T>
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management. This implementation can manage several types of Saga in a single AnnotatedSagaManager.
Since:
0.7
Author:
Allard Buijze