|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SagaMethodMessageHandler | |
|---|---|
| org.axonframework.saga.annotation | |
| Uses of SagaMethodMessageHandler in org.axonframework.saga.annotation |
|---|
| Methods in org.axonframework.saga.annotation that return SagaMethodMessageHandler | |
|---|---|
SagaMethodMessageHandler |
AsyncSagaProcessingEvent.getHandler()
Returns the handler that can process the published Event. |
static SagaMethodMessageHandler |
SagaMethodMessageHandler.getInstance(MethodMessageHandler methodHandler)
Create a SagaMethodMessageHandler for the given methodHandler. |
SagaMethodMessageHandler |
SagaMethodMessageHandlerInspector.getMessageHandler(EventMessage event)
Find the configuration for the handler on the given sagaType for the given event. |
static SagaMethodMessageHandler |
SagaMethodMessageHandler.noHandler()
Returns a SagaMethodMessageHandler indicating that a inspected method is *not* a SagaEventHandler. |
| Methods in org.axonframework.saga.annotation with parameters of type SagaMethodMessageHandler | |
|---|---|
int |
SagaMethodMessageHandler.compareTo(SagaMethodMessageHandler o)
|
void |
AsyncSagaProcessingEvent.reset(EventMessage event,
Class<? extends AbstractAnnotatedSaga> sagaType,
SagaMethodMessageHandler handler,
AbstractAnnotatedSaga newSagaInstance)
Reset this entry for processing a new EventMessage |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||