org.axonframework.quickstart
Class RunSagaWithSpring

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

public class RunSagaWithSpring
extends Object

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

Since:
2.0
Author:
Allard Buijze

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

RunSagaWithSpring

public RunSagaWithSpring()
Method Detail

main

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


Copyright © 2010-2016. All Rights Reserved.