Package org.axonframework.modelling.saga.repository
package org.axonframework.modelling.saga.repository
-
ClassDescription
SagaRepositoryimplementation extending from theLockingSagaRepositorydealing with annotated Sagas.Builder class to instantiate aAnnotatedSagaRepository.In-memory storage for AssociationValue to Saga mappings.Saga Repository implementation that adds caching behavior to the repository it wraps.Builder class to instantiate aCachingSagaStore.Abstract implementation of a saga repository that locks access to a saga while the saga is being operated on.Abstract Builder class to instantiateLockingSagaRepositoryimplementations.ResourceInjector that does not inject anything.Exception triggered when a new saga instance could not be instantiated.SagaStore<T>Provides a mechanism to find, load update and delete sagas of typeTfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore.