| Package | Description |
|---|---|
| org.axonframework.quickstart.saga | |
| org.axonframework.saga.annotation | |
| org.axonframework.test.saga |
| Class and Description |
|---|
| AbstractAnnotatedSaga
Implementation of the
interface that delegates incoming events to @SagaEventHandler annotated methods. |
| EndSaga
Indicates that the annotated
SagaEventHandler method indicates the end of a
Saga instance's lifecycle. |
| SagaEventHandler
Method-level annotation indicating that the annotated method i an event handler method for the saga instance.
|
| StartSaga
Indicates that the annotated
SagaEventHandler method can trigger the
creation of a new Saga instance. |
| 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.
|
| 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.
|
| Class and Description |
|---|
| AbstractAnnotatedSaga
Implementation of the
interface that delegates incoming events to @SagaEventHandler annotated methods. |
Copyright © 2010-2014. All Rights Reserved.