| Package | Description |
|---|---|
| org.axonframework.saga.annotation |
| Class and Description |
|---|
| AbstractAnnotatedSaga
Implementation of the
interface that delegates incoming events to @SagaEventHandler annotated methods. |
| AsyncSagaProcessingEvent
Placeholder for information required by the AsyncSagaEventProcessor for processing Events.
|
| ErrorHandler
Defines the behavior of a component when an error occurs during Event Processing in a Saga.
|
| RetryingErrorHandler.TimeoutConfiguration
Definition of a timeout to use for a specific range of retries
|
| SagaMethodMessageHandler
A data holder containing information of
SagaEventHandler annotated methods. |
| SagaMethodMessageHandlerInspector
Utility class that inspects annotation on a Saga instance and returns the relevant configuration for its Event
Handlers.
|
Copyright © 2010-2015. All Rights Reserved.