public class ValueProviders extends Object
| Constructor and Description |
|---|
ValueProviders(String baseUri,
javax.ws.rs.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.ValueResult |
get(String valueProviderName,
int readTimeout)
Returns the resolved
ValueResult for a given value provider name. |
public ValueProviders(String baseUri, javax.ws.rs.client.Client client)
public org.mule.runtime.api.value.ValueResult get(String valueProviderName, int readTimeout) throws ToolingServiceAPIException
ValueResult for a given value provider name.valueProviderName - The name of the ValueProvider to executereadTimeout - read timeout in millisecondsValueResult indicating the result of the Value resolutionToolingServiceAPIExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.