|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.axonframework.saga.annotation | |
---|---|
org.axonframework.quickstart.saga | |
org.axonframework.saga.annotation | |
org.axonframework.test.saga |
Classes in org.axonframework.saga.annotation used by org.axonframework.quickstart.saga | |
---|---|
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. |
Classes in org.axonframework.saga.annotation used by org.axonframework.saga.annotation | |
---|---|
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. |
Classes in org.axonframework.saga.annotation used by org.axonframework.test.saga | |
---|---|
AbstractAnnotatedSaga
Implementation of the interface that delegates incoming events to @SagaEventHandler annotated methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |