| Modifier and Type | Method and Description |
|---|---|
ConfigurationInstance |
ExtensionManager.getConfiguration(ExtensionModel extensionModel,
org.mule.runtime.api.message.MuleEvent muleEvent)
Returns a
ConfigurationInstance for the given extensionModel. |
ConfigurationInstance |
ExtensionManager.getConfiguration(String configurationProviderName,
org.mule.runtime.api.message.MuleEvent muleEvent)
Returns a
ConfigurationInstance obtained through a previously registered
ConfigurationProvider named as configurationProvider
After the ConfigurationProvider has been located, an instance is returned by
invoking its ConfigurationProvider.get(Object) with the muleEvent
as the argument. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInstance |
ConfigurationProvider.get(Object muleEvent)
Returns a
ConfigurationInstance
This method may return an instance already returned in the past or a brand new one. |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationInstance> |
ExpirableConfigurationProvider.getExpired() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationInstance> |
OperationContext.getConfiguration()
Returns the
ConfigurationInstance for the operation being executed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationInstance> |
SourceContext.getConfigurationInstance() |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.