org.axonframework.quickstart
Class RunSaga

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

public class RunSaga
extends Object

Simple Example that shows how to Create Saga instances, schedule deadlines and inject resources

Since:
2.0
Author:
Allard Buijze

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

RunSaga

public RunSaga()
Method Detail

main

public static void main(String[] args)
                 throws InterruptedException
Throws:
InterruptedException


Copyright © 2010-2016. All Rights Reserved.