AppTaskExecutor<TConfig extends AppTask> constructor

AppTaskExecutor<TConfig extends AppTask>()

Implementation

AppTaskExecutor() : super() {
  // add the events from the embedded executor to the overall stream of events
  group.add(backgroundTaskExecutor.data);
}