Add flux sample for tests

This commit is contained in:
Dave Syer
2018-10-03 09:40:16 +01:00
parent 2f9e4bb015
commit bb2e488105
4 changed files with 301 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ public class ApplicationBootstrap {
}
}
public ApplicationRunner getRunner() {
return this.runner;
}
private ApplicationRunner runner(Class<?> mainClass) {
if (this.runner == null) {
synchronized (this) {