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

Packages that use AbstractMessageHandler
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
 

Uses of AbstractMessageHandler in org.axonframework.commandhandling.annotation
 

Subclasses of AbstractMessageHandler in org.axonframework.commandhandling.annotation
 class ConstructorCommandMessageHandler<T extends AggregateRoot>
          Command Handler that creates a new aggregate instance by invoking that aggregate's constructor.
 

Methods in org.axonframework.commandhandling.annotation with parameters of type AbstractMessageHandler
static String CommandMessageHandlerUtils.resolveAcceptedCommandName(AbstractMessageHandler handler)
          Returns the name of the Command accepted by the given handler.
 

Uses of AbstractMessageHandler in org.axonframework.common.annotation
 

Subclasses of AbstractMessageHandler in org.axonframework.common.annotation
 class MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
 

Methods in org.axonframework.common.annotation with parameters of type AbstractMessageHandler
 int AbstractMessageHandler.compareTo(AbstractMessageHandler o)
           
 



Copyright © 2010-2012. All Rights Reserved.