Uses of Class
org.axonframework.saga.annotation.SagaMethodMessageHandler

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 SagaMethodMessageHandlerInspector.findHandlerMethod(AbstractAnnotatedSaga target, EventMessage event)
          Finds the handler method on given target for the given event.
 SagaMethodMessageHandler AsyncSagaProcessingEvent.getCreationHandler()
          Returns the event handler which is used to create a new saga instance based on the incoming event.
static SagaMethodMessageHandler SagaMethodMessageHandler.getInstance(MethodMessageHandler methodHandler)
          Create a SagaMethodMessageHandler for the given methodHandler.
static SagaMethodMessageHandler SagaMethodMessageHandler.noHandler()
          Returns a SagaMethodMessageHandler indicating that a inspected method is *not* a SagaEventHandler.
 

Methods in org.axonframework.saga.annotation that return types with arguments of type SagaMethodMessageHandler
 List<SagaMethodMessageHandler> AsyncSagaProcessingEvent.getHandlers()
          Returns the handler that can process the published Event.
 List<SagaMethodMessageHandler> SagaMethodMessageHandlerInspector.getMessageHandlers(EventMessage event)
          Find the configuration for the handlers for the given event.
 

Methods in org.axonframework.saga.annotation with parameters of type SagaMethodMessageHandler
 int SagaMethodMessageHandler.compareTo(SagaMethodMessageHandler o)
           
 

Method parameters in org.axonframework.saga.annotation with type arguments of type SagaMethodMessageHandler
 void AsyncSagaProcessingEvent.reset(EventMessage nextEvent, Class<? extends AbstractAnnotatedSaga> nextSagaType, List<SagaMethodMessageHandler> nextHandlers, AbstractAnnotatedSaga nextSagaInstance)
          Reset this entry for processing a new EventMessage
 



Copyright © 2010-2016. All Rights Reserved.