Class UndertowBoottimeHandler
- java.lang.Object
-
- org.wildfly.mod_cluster.undertow.metric.UndertowBoottimeHandler
-
- All Implemented Interfaces:
BoottimeHandlerProvider
@MetaInfServices(org.wildfly.extension.mod_cluster.BoottimeHandlerProvider.class) public class UndertowBoottimeHandler extends Object implements BoottimeHandlerProvider
- Since:
- 8.0
- Author:
- Radoslav Husar
-
-
Constructor Summary
Constructors Constructor Description UndertowBoottimeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformBoottime(org.jboss.as.controller.OperationContext context, Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
-
-
-
Method Detail
-
performBoottime
public void performBoottime(org.jboss.as.controller.OperationContext context, Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)- Specified by:
performBoottimein interfaceBoottimeHandlerProvider
-
-