org.axonframework.quickstart
Class RunDisruptorCommandBusWithSpring
java.lang.Object
org.axonframework.quickstart.RunDisruptorCommandBusWithSpring
public class RunDisruptorCommandBusWithSpring
- extends Object
Setting up the basic ToDoItem sample with a disruptor command and event bus and a file based event store. The
configuration takes place using spring. We use annotations to find the command and event handlers.
- Author:
- Allard Buijze
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunDisruptorCommandBusWithSpring
public RunDisruptorCommandBusWithSpring()
main
public static void main(String[] args)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2010-2016. All Rights Reserved.