| Interface | Description |
|---|---|
| Application |
Responsible for handling Application resources and life cycle.
|
| Artifact |
Responsible for handling Artifact resources and life cycle.
|
| ArtifactDeployer |
Deploys and disposes applications on Mule Runtime.
|
| Domain |
Represents a Mule domain artifact.
|
| RemoteApplicationInvoker |
Invokes operations on a Mule Runtime application.
|
| RemoteApplicationInvoker.ApplicationRemoteFunction<R> |
A function that receives the applicationId from the application deploy on Mule Runtime and the service to invoke operations
remotely on Mule Runtime.
|
| RemoteDomainInvoker |
Invokes operations on a Mule Runtime domain.
|
| RemoteDomainInvoker.DomainRemoteFunction<R> |
A function that receives the domainId from the domain deploy on Mule Runtime and the service to invoke operations remotely on
Mule Runtime.
|
| Class | Description |
|---|---|
| AbstractArtifact<T extends org.mule.runtime.deployment.model.api.DeployableArtifactDescriptor> |
Base class for
Artifact. |
| AbstractArtifactDeployer |
Base class implementation for
ArtifactDeployer. |
| ApplicationClassLoaderFactory |
Factory that knows how to create a
ArtifactClassLoader for applications. |
| ArtifactResources |
Defines the type of artifact and the resources associated.
|
| DefaultApplication |
Represents a Mule application and allows to be deployed into Mule Runtime.
|
| DefaultDomain |
Represents a Mule domain and allows to be deployed into Mule Runtime.
|
| DomainClassLoaderFactory |
Factory that knows how to create a
ArtifactClassLoader for domains. |
| FileSystemArtifactDeployer |
Handles a reference to the exploded application from file system.
|
| InputStreamArtifactDeployer |
Handles an
InputStream with the content of the zipped application from local file system or a remote server. |
| RemoteArtifactContextFactory |
Creates a
ArtifactDeployer. |
| ToolingApplicationModel |
Represents an ApplicationModel hierarchy, it could have a parent
ToolingApplicationModel. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.