Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling.saga | |
org.axonframework.modelling.saga | |
org.axonframework.modelling.saga.metamodel | |
org.axonframework.modelling.saga.repository | |
org.axonframework.modelling.saga.repository.inmemory | |
org.axonframework.modelling.saga.repository.jdbc | |
org.axonframework.modelling.saga.repository.jpa | |
org.axonframework.spring.config | |
org.axonframework.spring.saga | |
org.axonframework.springboot.autoconfig | |
org.axonframework.test.saga | |
org.axonframework.test.utils |
A collection of classes which may prove useful when testing Axon-based classes.
|
Class and Description |
---|
AbstractResourceInjector
Abstract implementation of a
ResourceInjector for sagas that injects field and method resources. |
AbstractSagaManager
Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager
implementations.
|
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
SagaRepository
Interface towards the storage mechanism of Saga instances.
|
Class and Description |
---|
SagaScopeDescriptor
Describes the scope of a Saga by means of its type and identifier.
|
Class and Description |
---|
AbstractResourceInjector
Abstract implementation of a
ResourceInjector for sagas that injects field and method resources. |
AbstractSagaManager
Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager
implementations.
|
AbstractSagaManager.Builder
Abstract Builder class to instantiate
AbstractSagaManager implementations. |
AnnotatedSagaManager
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
|
AnnotatedSagaManager.Builder
Builder class to instantiate a
AnnotatedSagaManager . |
AssociationResolver
Used to derive the value of an association property as designated by the association property name.
|
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. |
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.
|
SagaInitializationPolicy
Describes the conditions under which a Saga should be created, and which AssociationValue it should be initialized
with.
|
SagaLifecycle
Abstract base class of a component that models a saga's life cycle.
|
SagaRepository
Interface towards the storage mechanism of Saga instances.
|
Class and Description |
---|
AssociationValue
A combination of key and value by which a Saga can be found.
|
Class and Description |
---|
AnnotatedSaga
Implementation of the
interface that allows for a POJO instance with annotated message handlers to act
as a Saga. |
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. |
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.
|
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
Class and Description |
---|
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
Class and Description |
---|
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
Class and Description |
---|
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
Class and Description |
---|
AbstractResourceInjector
Abstract implementation of a
ResourceInjector for sagas that injects field and method resources. |
ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
|
SimpleResourceInjector
A resource injector that checks for @Inject annotated fields and setter methods to inject resources.
|
Copyright © 2010–2023. All rights reserved.