Uses of Class
org.axonframework.saga.AbstractSagaManager

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

Uses of AbstractSagaManager in org.axonframework.saga
 

Subclasses of AbstractSagaManager in org.axonframework.saga
 class SimpleSagaManager
          Simple SagaManager implementation.
 

Uses of AbstractSagaManager in org.axonframework.saga.annotation
 

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



Copyright © 2010-2016. All Rights Reserved.