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