| Interface | Description |
|---|---|
| ApplicationDeployer |
Deploys an application using a
RuntimeToolingService and returns the applicationId. |
| Deployable |
Represents an application deployed to Mule Runtime.
|
| Class | Description |
|---|---|
| Application |
Represents an application and allows to be deployed into Mule Runtime.
|
| ApplicationDeployerFactory |
Factory for
ApplicationDeployer. |
| FetchedApplication |
Represents an
Application already deployed and fetched. |
| FileSystemApplicationDeployer |
Handles a reference to the exploded application from file system.
|
| ImmutableApplicationDeployable |
Immutable implementation for
Deployable. |
| InputStreamApplicationDeployer |
Handles an
InputStream with the content of the zipped application from local file system or a remote server. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.