| Package | Description |
|---|---|
| org.mule.tooling.client.internal | |
| org.mule.tooling.client.internal.application |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainCache.getDomain(String id,
Callable<Domain> callable)
Gets the
Domain for the given id. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Domain> |
DomainCache.getDomain(String id)
Gets the
Domain for the given id. |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainCache.getDomain(String id,
Callable<Domain> callable)
Gets the
Domain for the given id. |
| Constructor and Description |
|---|
DefaultToolingArtifact(String id,
Domain domain,
org.mule.tooling.client.internal.serialization.Serializer serializer,
ServiceRegistry serviceRegistry,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.dsl.DslResolvingContext> dslResolvingContext,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> componentLocator,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
Optional<org.mule.runtime.api.meta.MuleVersion> targetRuntimeVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDomain
Represents a Mule domain and allows to be deployed into Mule Runtime.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Domain> |
Application.getDomain() |
Optional<Domain> |
DefaultApplication.getDomain() |
| Constructor and Description |
|---|
DefaultApplication(String id,
ArtifactResources artifactResources,
org.mule.runtime.deployment.model.api.application.ApplicationDescriptor applicationDescriptor,
Domain domain,
ToolingArtifactContext context,
Map<String,String> properties,
boolean shouldDisposeDomain) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.