T - artifact typepublic interface ArtifactDeployer<T extends DeployableArtifact>
| Modifier and Type | Method and Description |
|---|---|
default void |
deploy(T artifact)
Deploys an artifact.
|
void |
deploy(T artifact,
boolean startArtifact)
Deploys an artifact.
|
void |
undeploy(T artifact)
Undeploys an artifact.
|
void deploy(T artifact, boolean startArtifact)
artifact - artifact to be deployedstartArtifact - whether the artifact should be started after initialisationdefault void deploy(T artifact)
artifact - artifact to be deployedvoid undeploy(T artifact)
artifact - artifact to be undeployedCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.