public class ApplicationValueProviderService extends AbstractValueProviderService
| Constructor and Description |
|---|
ApplicationValueProviderService(RemoteApplicationInvoker remoteApplicationInvoker,
Supplier<List<org.mule.runtime.api.meta.model.ExtensionModel>> extensionModelsSupplier,
org.mule.tooling.client.internal.serialization.Serializer serializer,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
org.mule.runtime.api.util.LazyValue<? extends org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> locator)
Creates an instance of this service.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.value.ValueResult |
doGetValue(org.mule.tooling.client.api.value.provider.ValueProviderRequest valueProviderRequest) |
disposeCachedValues, getValues, invokeMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFeatureEnabled, methodNotFound, notMatchingMethod, validateInputpublic ApplicationValueProviderService(RemoteApplicationInvoker remoteApplicationInvoker, Supplier<List<org.mule.runtime.api.meta.model.ExtensionModel>> extensionModelsSupplier, org.mule.tooling.client.internal.serialization.Serializer serializer, org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache, org.mule.runtime.api.util.LazyValue<? extends org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> locator)
remoteApplicationInvoker - RemoteApplicationInvoker to retrieve values for an Application from Mule Runtime. Non
null.protected org.mule.runtime.api.value.ValueResult doGetValue(org.mule.tooling.client.api.value.provider.ValueProviderRequest valueProviderRequest)
doGetValue in class AbstractValueProviderServiceCopyright © 2022 MuleSoft, Inc.. All rights reserved.