ExtensionDiscoveryRequest instead.@Deprecated public interface ExtensionDiscoveryRequest
ExtensionModelDiscoverer.discoverPluginsExtensionModels(ExtensionDiscoveryRequest).| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtensionDiscoveryRequest.ExtensionDiscoveryRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionDiscoveryRequest.ExtensionDiscoveryRequestBuilder |
builder()
Deprecated.
|
List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> |
getArtifactPlugins()
Deprecated.
|
ExtensionModelLoaderRepository |
getLoaderRepository()
Deprecated.
|
Set<org.mule.runtime.api.meta.model.ExtensionModel> |
getParentArtifactExtensions()
Deprecated.
|
boolean |
isEnrichDescriptions()
Deprecated.
|
boolean |
isParallelDiscovery()
Deprecated.
Parallel discovery will try to parallelize only the discovery for extensions that do not depend on the DSL of other
extensions.
|
static ExtensionDiscoveryRequest.ExtensionDiscoveryRequestBuilder builder()
ExtensionDiscoveryRequest instance.ExtensionModelLoaderRepository getLoaderRepository()
ExtensionModelLoaderRepository with the available extension loaders.List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> getArtifactPlugins()
Pair of ArtifactPluginDescriptor and ArtifactClassLoader for artifact plugins deployed inside
the artifact. Non null.Set<org.mule.runtime.api.meta.model.ExtensionModel> getParentArtifactExtensions()
Set of ExtensionModel to also take into account when parsing extensionsboolean isParallelDiscovery()
Parallelism is achieved using the fork-join pool.
true if the extension model discovery process will attempt to discover an extension model from the
classloaders in parallel instead of sequentially.boolean isEnrichDescriptions()
true if any DeclarationEnricher that adds descriptions to a ExtensionDeclaration must be
executed, false it if must be skipped.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.