|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAnnotatedSaga | |
|---|---|
| org.axonframework.quickstart.saga | |
| org.axonframework.saga.annotation | |
| org.axonframework.test.saga | |
| Uses of AbstractAnnotatedSaga in org.axonframework.quickstart.saga |
|---|
| Subclasses of AbstractAnnotatedSaga in org.axonframework.quickstart.saga | |
|---|---|
class |
ToDoSaga
|
| Uses of AbstractAnnotatedSaga in org.axonframework.saga.annotation |
|---|
| Classes in org.axonframework.saga.annotation with type parameters of type AbstractAnnotatedSaga | |
|---|---|
class |
SagaMethodMessageHandlerInspector<T extends AbstractAnnotatedSaga>
Utility class that inspects annotation on a Saga instance and returns the relevant configuration for its Event Handlers. |
| Methods in org.axonframework.saga.annotation with type parameters of type AbstractAnnotatedSaga | ||
|---|---|---|
static
|
SagaMethodMessageHandlerInspector.getInstance(Class<T> sagaType,
ParameterResolverFactory parameterResolverFactory)
Returns a SagaMethodMessageHandlerInspector for the given sagaType. |
|
| Methods in org.axonframework.saga.annotation that return AbstractAnnotatedSaga | |
|---|---|
AbstractAnnotatedSaga |
AsyncSagaProcessingEvent.getNewSaga()
Returns the new Saga instance that should be used when processing an Event that creates a new Saga instance |
| Methods in org.axonframework.saga.annotation with parameters of type AbstractAnnotatedSaga | |
|---|---|
SagaMethodMessageHandler |
SagaMethodMessageHandlerInspector.findHandlerMethod(AbstractAnnotatedSaga target,
EventMessage event)
Finds the handler method on given target for the given event. |
void |
AsyncSagaProcessingEvent.reset(EventMessage nextEvent,
Class<? extends AbstractAnnotatedSaga> nextSagaType,
List<SagaMethodMessageHandler> nextHandlers,
AbstractAnnotatedSaga nextSagaInstance)
Reset this entry for processing a new EventMessage |
| Method parameters in org.axonframework.saga.annotation with type arguments of type AbstractAnnotatedSaga | |
|---|---|
void |
AsyncSagaProcessingEvent.reset(EventMessage nextEvent,
Class<? extends AbstractAnnotatedSaga> nextSagaType,
List<SagaMethodMessageHandler> nextHandlers,
AbstractAnnotatedSaga nextSagaInstance)
Reset this entry for processing a new EventMessage |
| Uses of AbstractAnnotatedSaga in org.axonframework.test.saga |
|---|
| Constructor parameters in org.axonframework.test.saga with type arguments of type AbstractAnnotatedSaga | |
|---|---|
AnnotatedSagaTestFixture(Class<? extends AbstractAnnotatedSaga> sagaType)
Creates an instance of the AnnotatedSagaTestFixture to test sagas of the given sagaType. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||