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
  addExecutor(backgroundTaskExecutor);
}