Class DeploymentChainStep

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public class DeploymentChainStep
    extends org.jboss.as.server.AbstractDeploymentChainStep
    Deployment chain step that delegates to a DeploymentProcessorTarget consumer.
    Author:
    Paul Ferraro
    • Constructor Detail

      • DeploymentChainStep

        public DeploymentChainStep​(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor)
    • Method Detail

      • execute

        protected void execute​(org.jboss.as.server.DeploymentProcessorTarget target)
        Specified by:
        execute in class org.jboss.as.server.AbstractDeploymentChainStep