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.
| Constructor and Description |
|---|
ModClusterUndertowDeploymentProcessor(Set<String> adapterNames,
Set<org.jboss.modcluster.load.metric.LoadMetric> enabledMetrics) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorpublic void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorCopyright © 2019 JBoss by Red Hat. All rights reserved.