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 Details

    • ModClusterUndertowDeploymentProcessor

      public ModClusterUndertowDeploymentProcessor(Set<String> adapterNames, Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics)
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
      Specified by:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor