Uses of Interface
org.axonframework.saga.AssociationValueResolver

Packages that use AssociationValueResolver
org.axonframework.saga   
 

Uses of AssociationValueResolver in org.axonframework.saga
 

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



Copyright © 2011. All Rights Reserved.