org.axonframework.quickstart
Class CommandGenerator

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

public class CommandGenerator
extends Object

Runner that uses the provided CommandGateway to send some commands to our application.

Author:
Jettro Coenradie

Constructor Summary
CommandGenerator()
           
 
Method Summary
static void sendCommands(CommandGateway commandGateway)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandGenerator

public CommandGenerator()
Method Detail

sendCommands

public static void sendCommands(CommandGateway commandGateway)


Copyright © 2010-2016. All Rights Reserved.