use of org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider in project Payara by payara.
the class ApplicationLifecycle method postConstruct.
@Override
public void postConstruct() {
deploymentLifecycleProbeProvider = new DeploymentLifecycleProbeProvider();
alcInterceptors = habitat.getAllServices(ApplicationLifecycleInterceptor.class);
}
Aggregations