private Collection<ApplicationLifecycleInterceptor> alcInterceptors = Collections.EMPTY_LIST;
public void postConstruct() {
executorService = createExecutorService();
deploymentLifecycleProbeProvider =
new DeploymentLifecycleProbeProvider();
alcInterceptors = habitat.getAllServices(
ApplicationLifecycleInterceptor.class);
}