Uses of Package
org.axonframework.saga

Packages that use org.axonframework.saga
org.axonframework.contextsupport.spring   
org.axonframework.quickstart.saga   
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.saga.repository   
org.axonframework.saga.repository.inmemory   
org.axonframework.saga.repository.jdbc   
org.axonframework.saga.repository.jpa   
org.axonframework.saga.repository.mongo   
org.axonframework.saga.spring   
org.axonframework.test.utils A collection of classes which may prove useful when testing Axon-based classes. 
 

Classes in org.axonframework.saga used by org.axonframework.contextsupport.spring
SagaManager
          Interface toward the Manager of one or more types of Saga.
 

Classes in org.axonframework.saga used by org.axonframework.quickstart.saga
Saga
          Interface describing an implementation of a Saga.
 

Classes in org.axonframework.saga used by org.axonframework.saga
AbstractReplayAwareSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
AbstractSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
AssociationValue
          A combination of key and value by which a Saga can be found.
AssociationValueResolver
          Interface describing the mechanism that resolves Association Values from events.
AssociationValues
          Interface describing a container of Association Values for a single Saga instance.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaCreationPolicy
          Enumeration containing the possible Creation Policies for Sagas.
SagaFactory
          Interface describing a mechanism that creates implementations of a Saga.
SagaInitializationPolicy
          Describes the conditions under which a Saga should be created, and which AssociationValue it should be initialized with.
SagaManager
          Interface toward the Manager of one or more types of Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.annotation
AbstractReplayAwareSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
AbstractSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
AssociationValue
          A combination of key and value by which a Saga can be found.
AssociationValues
          Interface describing a container of Association Values for a single Saga instance.
Saga
          Interface describing an implementation of a Saga.
SagaCreationPolicy
          Enumeration containing the possible Creation Policies for Sagas.
SagaFactory
          Interface describing a mechanism that creates implementations of a Saga.
SagaInitializationPolicy
          Describes the conditions under which a Saga should be created, and which AssociationValue it should be initialized with.
SagaManager
          Interface toward the Manager of one or more types of Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository
AssociationValue
          A combination of key and value by which a Saga can be found.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.inmemory
AssociationValue
          A combination of key and value by which a Saga can be found.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.jdbc
AssociationValue
          A combination of key and value by which a Saga can be found.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.jpa
AssociationValue
          A combination of key and value by which a Saga can be found.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.mongo
AssociationValue
          A combination of key and value by which a Saga can be found.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.spring
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
 

Classes in org.axonframework.saga used by org.axonframework.test.utils
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
 



Copyright © 2010-2016. All Rights Reserved.