Uses of Class
org.axonframework.commandhandling.VersionedAggregateIdentifier

Packages that use VersionedAggregateIdentifier
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
 

Uses of VersionedAggregateIdentifier in org.axonframework.commandhandling
 

Methods in org.axonframework.commandhandling that return VersionedAggregateIdentifier
 VersionedAggregateIdentifier MetaDataCommandTargetResolver.resolveTarget(CommandMessage<?> command)
           
 VersionedAggregateIdentifier CommandTargetResolver.resolveTarget(CommandMessage<?> command)
          Returns the Aggregate Identifier and optionally the expected version of the aggregate on which the given command should be executed.
 

Uses of VersionedAggregateIdentifier in org.axonframework.commandhandling.annotation
 

Methods in org.axonframework.commandhandling.annotation that return VersionedAggregateIdentifier
 VersionedAggregateIdentifier AnnotationCommandTargetResolver.resolveTarget(CommandMessage<?> command)
           
 



Copyright © 2010-2016. All Rights Reserved.