@SpringBootApplication public class Application extends Object implements org.springframework.boot.CommandLineRunner
| Constructor and Description |
|---|
Application(MessageBroker messageBroker,
Engine engine) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
run(String... strings) |
@Autowired public Application(MessageBroker messageBroker, Engine engine)
public void run(String... strings) throws WorkflowSetupException, IOException
run in interface org.springframework.boot.CommandLineRunnerWorkflowSetupExceptionIOExceptionpublic static void main(String[] args)
Copyright © 2018. All rights reserved.