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 -
Method Summary
Modifier and TypeMethodDescriptionvoidperformBoottime(org.jboss.as.controller.OperationContext context, Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
-
Constructor Details
-
UndertowBoottimeHandler
public UndertowBoottimeHandler()
-
-
Method Details
-
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
-