Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.saga Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedSagaClassorg.axonframework.saga.annotationAxon
AbstractReplayAwareSagaManagerAbstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.Classorg.axonframework.sagaAxon
AbstractSagaManagerAbstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.Classorg.axonframework.sagaAxon
AbstractSagaRepositoryAbstract implementation for saga repositories.Classorg.axonframework.saga.repositoryAxon
AnnotatedSagaManager the SimpleSagaManager, this implementation can manage several types of Saga in a single AnnotatedSagaManager.Classorg.axonframework.saga.annotationAxon
AssociationValueA combination of key and value by which a Saga can be found.Classorg.axonframework.sagaAxon
AssociationValueEntryJPA wrapper around an Association Value.Classorg.axonframework.saga.repository.jpaAxon
AssociationValueMapIn-memory storage for AssociationValue to Saga mappings.Classorg.axonframework.saga.repositoryAxon
AssociationValueResolverInterface describing the mechanism that resolves Association Values from events.Interfaceorg.axonframework.sagaAxon
AssociationValuesInterface describing a container of Association Values for a single Saga instance.Interfaceorg.axonframework.sagaAxon
AssociationValuesImplDefault implementation of the AssociationValues interface.Classorg.axonframework.saga.annotationAxon
AsyncAnnotatedSagaManagerA SagaManager implementation that processes Sagas asynchronously.Classorg.axonframework.saga.annotationAxon
AsyncSagaCreationElectorManages the election of which asynchronous saga event processor is responsible for creating a new Saga instance,Since:2.Classorg.axonframework.saga.annotationAxon
AsyncSagaEventProcessorProcesses events by forwarding it to Saga instances "owned" by each processor.Classorg.axonframework.saga.annotationAxon
AsyncSagaProcessingEventPlaceholder for information required by the AsyncSagaEventProcessor for processing Events.Classorg.axonframework.saga.annotationAxon
CachingSagaRepositorySaga Repository implementation that adds caching behavior to the repository it wraps.Classorg.axonframework.saga.repositoryAxon
DefaultMongoTemplateMongoTemplate instance providing access to the MongoDB Collection containing stored Sagas.Classorg.axonframework.saga.repository.mongoAxon
EndSagaIndicates that the annotated SagaEventHandler method indicates the end of a Saga instance's lifecycle.Classorg.axonframework.saga.annotationAxon
ErrorHandlerDefines the behavior of a component when an error occurs during Event Processing in a Saga.Interfaceorg.axonframework.saga.annotationAxon
GenericSagaFactorySagaFactory implementation that uses the default (no-arg) constructor on the saga to initialize.Classorg.axonframework.sagaAxon
GenericSagaSqlSchemaGeneric SagaSqlSchema implementation, for use in most databases.Classorg.axonframework.saga.repository.jdbcAxon
HsqlSagaSqlSchemaSpecialization of the GenericSagaSqlSchema for use in the HSQL database.Classorg.axonframework.saga.repository.jdbcAxon
InMemorySagaRepositorySagaRepository implementation that stores all Saga instances in memory.Classorg.axonframework.saga.repository.inmemoryAxon
JdbcSagaRepositoryJdbc implementation of the Saga Repository.Classorg.axonframework.saga.repository.jdbcAxon
JpaSagaRepositoryJPA implementation of the Saga Repository.Classorg.axonframework.saga.repository.jpaAxon
MongoSagaRepository its associations is stored as a single document.Classorg.axonframework.saga.repository.mongoAxon
MongoTemplateGeneric template for accessing Mongo for the axon sagas.Interfaceorg.axonframework.saga.repository.mongoAxon
PostgresSagaSqlSchemaSQL schema supporting postgres databases.Classorg.axonframework.saga.repository.jdbcAxon
ProceedingErrorHandlerErrorHandler implementation that logs the error and proceeds with the next event.Classorg.axonframework.saga.annotationAxon
ResourceInjectorInterface describing a mechanism to inject resources into Saga instances.Interfaceorg.axonframework.sagaAxon
RetryingErrorHandlerErrorHandler implementation that retries Events on non-transient exceptions.Classorg.axonframework.saga.annotationAxon
RetryingErrorHandler .TimeoutConfigurationDefinition of a timeout to use for a specific range of retriesConstructor SummaryRetryingErrorHandler.Classorg.axonframework.saga.annotation.RetryingErrorHandlerAxon
SagaInterface describing an implementation of a Saga.Interfaceorg.axonframework.sagaAxon
SagaCreationPolicyenum SagaCreationPolicyextends EnumEnumeration containing the possible Creation Policies for Sagas.Classorg.axonframework.sagaAxon
SagaEntryJava Persistence Entity allowing sagas to be stored in a relational database.Classorg.axonframework.saga.repository.jpaAxon
SagaEntryJava representation of sagas stored in a mongo instanceSince:2.Classorg.axonframework.saga.repository.mongoAxon
SagaEventHandlerMethod-level annotation indicating that the annotated method i an event handler method for the saga instance.Classorg.axonframework.saga.annotationAxon
SagaFactoryInterface describing a mechanism that creates implementations of a Saga.Interfaceorg.axonframework.sagaAxon
SagaInitializationPolicyDescribes the conditions under which a Saga should be created, and which AssociationValue it should be initializedSince:2.Classorg.axonframework.sagaAxon
SagaManagerInterface toward the Manager of one or more types of Saga.Interfaceorg.axonframework.sagaAxon
SagaMethodMessageHandlerA data holder containing information of SagaEventHandler annotated methods.Classorg.axonframework.saga.annotationAxon
SagaMethodMessageHandlerInspectorUtility class that inspects annotation on a Saga instance and returns the relevant configuration for its EventSince:0.Classorg.axonframework.saga.annotationAxon
SagaRepositoryInterface towards the storage mechanism of Saga instances.Interfaceorg.axonframework.sagaAxon
SagaSqlSchemaInterface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlyingSince:2.Interfaceorg.axonframework.saga.repository.jdbcAxon
SagaStorageExceptionException indicating that an error has occurred while storing a Saga.Classorg.axonframework.sagaAxon
SchemaConfigurationSchemaConfiguration allows specification of custom storage locations for the saga repositories.Classorg.axonframework.saga.repository.jdbcAxon
SerializedSagaSpecialization of the SerializedObject for Sagas represented as byte array.Classorg.axonframework.saga.repository.jpaAxon
SimpleResourceInjectorResource injector that uses setter methods to inject resources.Classorg.axonframework.sagaAxon
SimpleSagaManagerSimple SagaManager implementation.Classorg.axonframework.sagaAxon
SpringResourceInjectorResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in.Classorg.axonframework.saga.springAxon
StartSagaIndicates that the annotated SagaEventHandler method can trigger the creation of a new Saga instance.Classorg.axonframework.saga.annotationAxon