Uses of Interface
org.axonframework.saga.SagaManager

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

Uses of SagaManager in org.axonframework.contextsupport.spring
 

Methods in org.axonframework.contextsupport.spring that return types with arguments of type SagaManager
protected  Class<? extends SagaManager> SyncSagaManagerBeanDefinitionParser.getBeanClass()
           
protected  Class<? extends SagaManager> AsyncSagaManagerBeanDefinitionParser.getBeanClass()
           
protected abstract  Class<? extends SagaManager> AbstractSagaManagerBeanDefinitionParser.getBeanClass()
          Returns the type of bean to be created by this BeanDefinitionParser.
 

Methods in org.axonframework.contextsupport.spring with parameters of type SagaManager
 void SagaManagerBeanDefinitionParser.SagaManagerLifecycleManager.setSagaManager(SagaManager sagaManager)
          Sets the SagaManager instance to subscribe to the Event Bus
 

Uses of SagaManager in org.axonframework.saga
 

Classes in org.axonframework.saga that implement SagaManager
 class AbstractReplayAwareSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
 class AbstractSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
 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.
 class AsyncAnnotatedSagaManager
          A SagaManager implementation that processes Sagas asynchronously.
 



Copyright © 2010-2016. All Rights Reserved.