public final class DomainDeploymentTemplate extends Object implements ArtifactDeploymentTemplate
NOP_ARTIFACT_DEPLOYMENT_TEMPLATE| Constructor and Description |
|---|
DomainDeploymentTemplate(DefaultArchiveDeployer<Application> applicationDeployer,
DeploymentService deploymentservice,
CompositeDeploymentListener applicationDeploymentListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
postRedeploy(Artifact domain)
Deploys applications that were undeployed when
preRedeploy(Artifact) was called. |
void |
preRedeploy(Artifact domain)
Undeploys all applications that use this domain.
|
public DomainDeploymentTemplate(DefaultArchiveDeployer<Application> applicationDeployer, DeploymentService deploymentservice, CompositeDeploymentListener applicationDeploymentListener)
public void preRedeploy(Artifact domain)
preRedeploy in interface ArtifactDeploymentTemplatedomain - the artifact that is about to be redeployed.public void postRedeploy(Artifact domain)
preRedeploy(Artifact) was called.postRedeploy in interface ArtifactDeploymentTemplatedomain - the artifact that was just redeployed.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.