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
DeploymentUnitProcessor which adds a dependency on UndertowEventHandlerAdapterServiceConfigurators 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
ConstructorsConstructorDescriptionModClusterUndertowDeploymentProcessor(Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
ModClusterUndertowDeploymentProcessor
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) - Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor
-