public final class RemoteArtifactContextFactory extends Object
ArtifactDeployer.| Constructor and Description |
|---|
RemoteArtifactContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDeployer |
createRemoteArtifactContext(ArtifactResources artifactResources,
Map<String,String> deploymentProperties,
Supplier<RuntimeToolingService> runtimeToolingService) |
public static ArtifactDeployer createRemoteArtifactContext(ArtifactResources artifactResources, Map<String,String> deploymentProperties, Supplier<RuntimeToolingService> runtimeToolingService)
artifactResources - ArtifactResources defines the artifact resources. Non null.deploymentProperties - Map deployment properties for the artifact. Non null.runtimeToolingService - RuntimeToolingService to be used when context is deployed and disposed. Non null.ArtifactDeployer for doing an operation against a Mule Runtime.Copyright © 2019 MuleSoft, Inc.. All rights reserved.