org.axonframework.quickstart
Class RunClusteringEventBus

java.lang.Object
  extended by org.axonframework.quickstart.RunClusteringEventBus

public class RunClusteringEventBus
extends Object

This example creates two clusters and assigns different listeners to each cluster. To prove things work, one cluster is asynchronous and both listeners print the thread name when an event is received.

Author:
Allard Buijze

Constructor Summary
RunClusteringEventBus()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunClusteringEventBus

public RunClusteringEventBus()
Method Detail

main

public static void main(String[] args)


Copyright © 2010-2016. All Rights Reserved.