Uses of Class
org.axonframework.eventhandling.AbstractCluster

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

Uses of AbstractCluster in org.axonframework.eventhandling
 

Subclasses of AbstractCluster in org.axonframework.eventhandling
 class SimpleCluster
          A simple Cluster implementation that invokes each of the members of a cluster when an Event is published.
 

Uses of AbstractCluster in org.axonframework.eventhandling.async
 

Subclasses of AbstractCluster in org.axonframework.eventhandling.async
 class AsynchronousCluster
          Cluster implementation that publishes events to the subscribed Event Listeners asynchronously from the publishing thread.
 



Copyright © 2010-2016. All Rights Reserved.