Uses of Class
org.axonframework.commandhandling.distributed.AbstractRoutingStrategy

Packages that use AbstractRoutingStrategy
org.axonframework.commandhandling.distributed   
 

Uses of AbstractRoutingStrategy in org.axonframework.commandhandling.distributed
 

Subclasses of AbstractRoutingStrategy in org.axonframework.commandhandling.distributed
 class AnnotationRoutingStrategy
          RoutingStrategy that expects an TargetAggregateIdentifier annotation on the command message's payload.
 class MetaDataRoutingStrategy
          RoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key.
 



Copyright © 2010-2016. All Rights Reserved.