Interface BoottimeHandlerProvider
-
public interface BoottimeHandlerProviderMechanism to plug inDeploymentUnitProcessoron boot time, e.g. UndertowHttpHandler. Passes on a reference to sets with enabledLoadMetrics and event handler adapters.- Since:
- 8.0
- Author:
- Radoslav Husar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformBoottime(org.jboss.as.controller.OperationContext context, Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
-