public interface ValueProviderService
values for any Value Provider capable element in a Mule App.| Modifier and Type | Method and Description |
|---|---|
Feature<Action<ValueProviderDisposeRequest>> |
disposeCachedValues()
If supported by the
ToolingRuntimeClient implementation will return a Feature
to do the dispose of stored Values, for the given location. |
ValueResult |
getValues(ValueProviderRequest valueProviderRequest)
|
ValueResult getValues(ValueProviderRequest valueProviderRequest)
valueProviderRequest - Request to be able to execute Value Provider resolution.result of the resolving of the values.ValueResultFeature<Action<ValueProviderDisposeRequest>> disposeCachedValues()
ToolingRuntimeClient implementation will return a Feature
to do the dispose of stored Values, for the given location.
This should be called when external changes on remote system are made and the values provided have to be recalculated from scratch.Feature to execute an Action for the location of the component that provided the values to be cleared.Copyright © 2022 MuleSoft, Inc.. All rights reserved.