public class InputStreamArtifactDeployer extends AbstractArtifactDeployer
InputStream with the content of the zipped application from local file system or a remote server.LOGGER| Constructor and Description |
|---|
InputStreamArtifactDeployer(ArtifactResources artifactResources,
Supplier<RuntimeToolingService> runtimeToolingService,
Map<String,String> deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doInternalDeploy(ArtifactResources artifactResources,
RuntimeToolingService runtimeToolingService,
String domainId,
Map<String,String> deploymentProperties) |
protected void |
doInternalDispose(String id,
RuntimeToolingService runtimeToolingService) |
deploy, disposepublic InputStreamArtifactDeployer(ArtifactResources artifactResources, Supplier<RuntimeToolingService> runtimeToolingService, Map<String,String> deploymentProperties)
protected String doInternalDeploy(ArtifactResources artifactResources, RuntimeToolingService runtimeToolingService, String domainId, Map<String,String> deploymentProperties)
doInternalDeploy in class AbstractArtifactDeployerprotected void doInternalDispose(String id, RuntimeToolingService runtimeToolingService)
doInternalDispose in class AbstractArtifactDeployerCopyright © 2019 MuleSoft, Inc.. All rights reserved.