| Name | Description | Type | Package | Framework |
| AbstractAnnotatedSaga | Class | org.axonframework.saga.annotation | Axon | |
| AnnotatedSagaManager | the SimpleSagaManager, this implementation can manage several types of Saga in a single AnnotatedSagaManager. | Class | org.axonframework.saga.annotation | Axon |
| AssociationValuesImpl | Default implementation of the AssociationValues interface. | Class | org.axonframework.saga.annotation | Axon |
| AsyncAnnotatedSagaManager | A SagaManager implementation that processes Sagas asynchronously. | Class | org.axonframework.saga.annotation | Axon |
| AsyncSagaCreationElector | Manages the election of which asynchronous saga event processor is responsible for creating a new Saga instance,Since:2. | Class | org.axonframework.saga.annotation | Axon |
| AsyncSagaEventProcessor | Processes events by forwarding it to Saga instances "owned" by each processor. | Class | org.axonframework.saga.annotation | Axon |
| AsyncSagaProcessingEvent | Placeholder for information required by the AsyncSagaEventProcessor for processing Events. | Class | org.axonframework.saga.annotation | Axon |
| EndSaga | Indicates that the annotated SagaEventHandler method indicates the end of a Saga instance's lifecycle. | Class | org.axonframework.saga.annotation | Axon |
| ErrorHandler | Defines the behavior of a component when an error occurs during Event Processing in a Saga. | Interface | org.axonframework.saga.annotation | Axon |
| ProceedingErrorHandler | ErrorHandler implementation that logs the error and proceeds with the next event. | Class | org.axonframework.saga.annotation | Axon |
| RetryingErrorHandler | ErrorHandler implementation that retries Events on non-transient exceptions. | Class | org.axonframework.saga.annotation | Axon |
| RetryingErrorHandler .TimeoutConfiguration | Definition of a timeout to use for a specific range of retriesConstructor SummaryRetryingErrorHandler. | Class | org.axonframework.saga.annotation.RetryingErrorHandler | Axon |
| SagaEventHandler | Method-level annotation indicating that the annotated method i an event handler method for the saga instance. | Class | org.axonframework.saga.annotation | Axon |
| SagaMethodMessageHandler | A data holder containing information of SagaEventHandler annotated methods. | Class | org.axonframework.saga.annotation | Axon |
| SagaMethodMessageHandlerInspector | Utility class that inspects annotation on a Saga instance and returns the relevant configuration for its EventSince:0. | Class | org.axonframework.saga.annotation | Axon |
| StartSaga | Indicates that the annotated SagaEventHandler method can trigger the creation of a new Saga instance. | Class | org.axonframework.saga.annotation | Axon |