org.axonframework.quickstart
Class RunBasicCommandHandling

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

public class RunBasicCommandHandling
extends Object

Setting up the basic ToDoItem sample with as little as possible help from axon utilities. The configuration takes place in java code. In this class we setup the application infrastructure.

Author:
Jettro Coenradie

Constructor Summary
RunBasicCommandHandling()
           
 
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

RunBasicCommandHandling

public RunBasicCommandHandling()
Method Detail

main

public static void main(String[] args)


Copyright © 2010-2016. All Rights Reserved.