public class LazyValueProviderService extends Object implements org.mule.runtime.api.value.ValueProviderService
ValueProviderService implementation flavour that initialises just the required components before executing
the resolving logic.
This guarantees that if the application has been created lazily, the requested components exists before the execution
of the actual ValueProviderService.
ValueProviderService| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.ValueResult |
getValues(org.mule.runtime.api.component.location.Location location,
String providerName) |
public org.mule.runtime.api.value.ValueResult getValues(org.mule.runtime.api.component.location.Location location,
String providerName)
getValues in interface org.mule.runtime.api.value.ValueProviderServiceCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.