Interface BoottimeHandlerProvider
public interface BoottimeHandlerProvider
Mechanism to plug in
DeploymentUnitProcessor on boot time, e.g. Undertow
HttpHandler. Passes on a reference to sets with enabled LoadMetrics and event handler
adapters.- Since:
- 8.0
- Author:
- Radoslav Husar
-
Method Summary
Modifier and TypeMethodDescriptionvoidperformBoottime(org.jboss.as.controller.OperationContext context, Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
-
Method Details