Uses of Class
org.axonframework.common.annotation.MethodMessageHandler

Packages that use MethodMessageHandler
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
org.axonframework.saga.annotation   
 

Uses of MethodMessageHandler in org.axonframework.common.annotation
 

Methods in org.axonframework.common.annotation that return MethodMessageHandler
static MethodMessageHandler MethodMessageHandler.createFor(Method method, Class<?> explicitPayloadType, ParameterResolverFactory parameterResolverFactory)
          Creates a MethodMessageHandler for the given method, using given explicitPayloadType (if not null) defining the payload of the message it supports.
 MethodMessageHandler MethodMessageHandlerInspector.findHandlerMethod(Message message)
          Returns the handler method that handles objects of the given parameterType.
 MethodMessageHandler MessageHandlerInvoker.findHandlerMethod(Message message)
          Finds the handler method that can handle the given message, or null if no such handler exists.
 

Methods in org.axonframework.common.annotation that return types with arguments of type MethodMessageHandler
 List<MethodMessageHandler> MethodMessageHandlerInspector.getHandlers()
          Returns the list of handlers found on target type.
 

Uses of MethodMessageHandler in org.axonframework.saga.annotation
 

Methods in org.axonframework.saga.annotation with parameters of type MethodMessageHandler
static SagaMethodMessageHandler SagaMethodMessageHandler.getInstance(MethodMessageHandler methodHandler)
          Create a SagaMethodMessageHandler for the given methodHandler.
 

Constructors in org.axonframework.saga.annotation with parameters of type MethodMessageHandler
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy, MethodMessageHandler handler, String associationKey, String associationPropertyName, Property associationProperty)
          Creates a SagaMethodMessageHandler.
 



Copyright © 2010-2016. All Rights Reserved.