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 that return types with arguments of type AbstractMessageHandler
 List<AbstractMessageHandler> AggregateCommandHandlerInspector.getHandlers()
          Returns the list of handlers found on target type.
 

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)
           
 

Constructors in org.axonframework.common.annotation with parameters of type AbstractMessageHandler
AbstractMessageHandler(AbstractMessageHandler delegate)
          Constructor used for implementations that delegate activity to another handler.
 



Copyright © 2010-2016. All Rights Reserved.