Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.async |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCluster
A simple Cluster implementation that invokes each of the members of a cluster when an Event is published.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousCluster
Cluster implementation that publishes events to the subscribed Event Listeners asynchronously from the publishing
thread.
|
Copyright © 2010-2014. All Rights Reserved.