org.axonframework.quickstart
Class RunClusteringEventBus
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunClusteringEventBus
public RunClusteringEventBus()
main
public static void main(String[] args)
Copyright © 2010-2016. All Rights Reserved.