Package org.axonframework.saga.annotation

Class Summary
AbstractAnnotatedSaga Implementation of the interface that delegates incoming events to @SagaEventHandler annotated methods.
AnnotatedSagaManager Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
AssociationValuesImpl Default implementation of the AssociationValues interface.
 

Annotation Types Summary
EndSaga Indicates that the annotated SagaEventHandler method indicates the end of a Saga instance's lifecycle.
SagaEventHandler Method-level annotation indicating that the annotated method i an event handler method for the saga instance.
StartSaga Indicates that the annotated SagaEventHandler method can trigger the creation of a new Saga instance.
 



Copyright © 2011. All Rights Reserved.