Uses of Class
org.axonframework.eventhandling.AbstractClusterSelector

Packages that use AbstractClusterSelector
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
 

Uses of AbstractClusterSelector in org.axonframework.eventhandling
 

Subclasses of AbstractClusterSelector in org.axonframework.eventhandling
 class AnnotationClusterSelector
          Cluster Selector implementation that selects a cluster if an Annotation is present on the Event Listener class.
 class ClassNamePatternClusterSelector
          ClusterSelector implementation that chooses a Cluster based on whether the Listener's Class Name matches a given Pattern.
 class ClassNamePrefixClusterSelector
          ClusterSelector implementation that chooses a Cluster based on a mapping of the Listener's Class Name.
 



Copyright © 2010-2016. All Rights Reserved.