Uses of Interface
org.axonframework.saga.SagaManager

Packages that use SagaManager
org.axonframework.saga   
org.axonframework.saga.annotation   
 

Uses of SagaManager in org.axonframework.saga
 

Classes in org.axonframework.saga that implement SagaManager
 class AbstractSagaManager
           
 class SimpleSagaManager
          Simple SagaManager implementation.
 

Uses of SagaManager in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement SagaManager
 class AnnotatedSagaManager
          Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
 



Copyright © 2011. All Rights Reserved.