| Constructor and Description |
|---|
EventGenerator(Workflow workflow,
String generatorName,
List<EventLogger> loggers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeStep(WorkflowStep step) |
String |
generateEvent(Map<String,Object> config) |
boolean |
isRunning() |
void |
run() |
protected void |
runRandom() |
protected void |
runRandomPickOne() |
protected void |
runSequential() |
void |
runWorkflow() |
void |
setRunning(boolean running) |
public EventGenerator(Workflow workflow, String generatorName, List<EventLogger> loggers)
public void runWorkflow()
protected void runSequential()
protected void runRandom()
protected void runRandomPickOne()
protected void executeStep(WorkflowStep step)
public String generateEvent(Map<String,Object> config) throws IOException
IOExceptionpublic boolean isRunning()
public void setRunning(boolean running)
running - the running to setCopyright © 2017. All rights reserved.