Uses of Package
org.axonframework.modelling.saga
Packages that use org.axonframework.modelling.saga
Package
Description
A collection of classes which may prove useful when testing Axon-based classes.
-
Classes in org.axonframework.modelling.saga used by org.axonframework.configClassDescriptionAbstract implementation of a
ResourceInjectorfor sagas that injects field and method resources.Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.Interface describing a mechanism to inject resources into Saga instances.Span factory that creates spans for theAbstractSagaManager.Interface towards the storage mechanism of Saga instances. -
Classes in org.axonframework.modelling.saga used by org.axonframework.eventhandling.sagaClassDescriptionDescribes the scope of a Saga by means of its type and identifier.
-
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.sagaClassDescriptionAbstract implementation of a
ResourceInjectorfor sagas that injects field and method resources.Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.Abstract Builder class to instantiateAbstractSagaManagerimplementations.Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.Builder class to instantiate aAnnotatedSagaManager.Used to derive the value of an association property as designated by the association property name.A combination of key and value by which a Saga can be found.Interface describing a container ofAssociation Valuesfor a singleSagainstance.Default implementation of theSagaManagerSpanFactory.Builder class to instantiate aDefaultSagaManagerSpanFactory.Interface describing a mechanism to inject resources into Saga instances.Interface describing an implementation of a Saga.Enumeration containing the possible Creation Policies for Sagas.Describes the conditions under which a Saga should be created, and which AssociationValue it should be initialized with.Abstract base class of a component that models a saga's life cycle.Span factory that creates spans for theAbstractSagaManager.Interface towards the storage mechanism of Saga instances. -
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.metamodel
-
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.repositoryClassDescriptionImplementation of the
interfacethat allows for a POJO instance with annotated message handlers to act as a Saga.A combination of key and value by which a Saga can be found.Interface describing a container ofAssociation Valuesfor a singleSagainstance.Interface describing a mechanism to inject resources into Saga instances.Interface describing an implementation of a Saga.Interface towards the storage mechanism of Saga instances. -
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.repository.inmemoryClassDescriptionA combination of key and value by which a Saga can be found.Interface describing a container of
Association Valuesfor a singleSagainstance. -
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.repository.jdbcClassDescriptionA combination of key and value by which a Saga can be found.Interface describing a container of
Association Valuesfor a singleSagainstance. -
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.repository.jpaClassDescriptionA combination of key and value by which a Saga can be found.Interface describing a container of
Association Valuesfor a singleSagainstance. -
Classes in org.axonframework.modelling.saga used by org.axonframework.modelling.saga.repository.legacyjpaClassDescriptionA combination of key and value by which a Saga can be found.Interface describing a container of
Association Valuesfor a singleSagainstance. -
Classes in org.axonframework.modelling.saga used by org.axonframework.spring.configClassDescriptionInterface describing a mechanism to inject resources into Saga instances.
-
Classes in org.axonframework.modelling.saga used by org.axonframework.spring.sagaClassDescriptionInterface describing a mechanism to inject resources into Saga instances.
-
Classes in org.axonframework.modelling.saga used by org.axonframework.springboot.autoconfigClassDescriptionInterface describing a mechanism to inject resources into Saga instances.Span factory that creates spans for the
AbstractSagaManager. -
Classes in org.axonframework.modelling.saga used by org.axonframework.test.sagaClassDescriptionInterface describing a mechanism to inject resources into Saga instances.
-
Classes in org.axonframework.modelling.saga used by org.axonframework.test.utilsClassDescriptionAbstract implementation of a
ResourceInjectorfor sagas that injects field and method resources.Interface describing a mechanism to inject resources into Saga instances.A resource injector that checks for @Inject annotated fields and setter methods to inject resources.