public class SimpleApplication extends Object implements Application
| Constructor and Description |
|---|
SimpleApplication(String name,
CommandProcessor commandProcessor,
EventApplier eventApplier) |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessor |
commandProcessor() |
static <R,W> Application |
create(String name,
CommandProcessor commandProcessor,
EventApplier eventApplier) |
EventApplier |
eventApplier() |
String |
toString() |
public SimpleApplication(String name, CommandProcessor commandProcessor, EventApplier eventApplier)
public static <R,W> Application create(String name, CommandProcessor commandProcessor, EventApplier eventApplier)
public CommandProcessor commandProcessor()
commandProcessor in interface Applicationpublic EventApplier eventApplier()
eventApplier in interface ApplicationCopyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.