Package org.wildfly.mod_cluster.undertow

Examples of org.wildfly.mod_cluster.undertow.ModClusterUndertowDeploymentProcessor


    @Override
    public void performBoottime(final Set<LoadMetric> enabledMetrics, OperationContext context, ModelNode operation, ModelNode model, ServiceVerificationHandler verificationHandler, List<ServiceController<?>> newControllers) throws OperationFailedException {
        context.addStep(new AbstractDeploymentChainStep() {
            protected void execute(DeploymentProcessorTarget processorTarget) {
                processorTarget.addDeploymentProcessor(ModClusterExtension.SUBSYSTEM_NAME, Phase.POST_MODULE, Phase.POST_MODULE_UNDERTOW_MODCLUSTER, new ModClusterUndertowDeploymentProcessor(enabledMetrics));
            }
        }, OperationContext.Stage.RUNTIME);
    }
View Full Code Here

TOP

Related Classes of org.wildfly.mod_cluster.undertow.ModClusterUndertowDeploymentProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.