Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Class and Description |
---|---|
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-2014. All Rights Reserved.