Uses of Class
org.axonframework.commandhandling.annotation.AggregateAnnotationCommandHandler

Packages that use AggregateAnnotationCommandHandler
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
 

Uses of AggregateAnnotationCommandHandler in org.axonframework.commandhandling.annotation
 

Methods in org.axonframework.commandhandling.annotation that return AggregateAnnotationCommandHandler
static
<T extends AggregateRoot>
AggregateAnnotationCommandHandler
AggregateAnnotationCommandHandler.subscribe(Class<T> aggregateType, Repository<T> repository, CommandBus commandBus)
          Subscribe a handler for the given aggregate type to the given command bus.
static
<T extends AggregateRoot>
AggregateAnnotationCommandHandler
AggregateAnnotationCommandHandler.subscribe(Class<T> aggregateType, Repository<T> repository, CommandBus commandBus, CommandTargetResolver commandTargetResolver)
          Subscribe a handler for the given aggregate type to the given command bus.
 



Copyright © 2010-2012. All Rights Reserved.