Uses of Interface
org.axonframework.saga.SagaFactory

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

Uses of SagaFactory in org.axonframework.saga
 

Classes in org.axonframework.saga that implement SagaFactory
 class GenericSagaFactory
          SagaFactory implementation that uses the default (no-arg) constructor on the saga to initialize.
 

Constructors in org.axonframework.saga with parameters of type SagaFactory
AbstractSagaManager(EventBus eventBus, SagaRepository sagaRepository, SagaFactory sagaFactory)
          Initializes the SagaManager with the given eventBus and sagaRepository.
SimpleSagaManager(Class<? extends Saga> sagaType, SagaRepository sagaRepository, AssociationValueResolver associationValueResolver, SagaFactory sagaFactory, EventBus eventBus)
          Initialize a SimpleSagaManager backed by the given resources.
 

Uses of SagaFactory in org.axonframework.saga.annotation
 

Constructors in org.axonframework.saga.annotation with parameters of type SagaFactory
AnnotatedSagaManager(SagaRepository sagaRepository, SagaFactory sagaFactory, EventBus eventBus, Class<? extends AbstractAnnotatedSaga>... sagaClasses)
          Initialize the AnnotatedSagaManager using the given resources, and using a GenericSagaFactory.
 



Copyright © 2011. All Rights Reserved.