Uses of Class
org.axonframework.util.AbstractHandlerInvoker

Packages that use AbstractHandlerInvoker
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
 

Uses of AbstractHandlerInvoker in org.axonframework.commandhandling.annotation
 

Subclasses of AbstractHandlerInvoker in org.axonframework.commandhandling.annotation
 class AnnotationCommandHandlerAdapter
          Adapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.
 

Uses of AbstractHandlerInvoker in org.axonframework.eventhandling.annotation
 

Subclasses of AbstractHandlerInvoker in org.axonframework.eventhandling.annotation
 class AnnotationEventHandlerInvoker
          Utility class that supports invocation of specific handler methods for a given event.
 



Copyright © 2011. All Rights Reserved.