Package org.wildfly.mod_cluster.undertow
Class ModClusterUndertowDeploymentProcessor
- java.lang.Object
-
- org.wildfly.mod_cluster.undertow.ModClusterUndertowDeploymentProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class ModClusterUndertowDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessorwhich adds a dependency onUndertowEventHandlerAdapterServiceConfigurators to web dependencies to support session draining (see WFLY-3942) and registers metrics on deployment if mod_cluster module is loaded.- Since:
- 8.0
- Author:
- Radoslav Husar
-
-
Constructor Summary
Constructors Constructor Description ModClusterUndertowDeploymentProcessor(Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
-