public interface ConfigurationProvider
ConfigurationModel.
Instances are provided through the get(Object) method.
When that method is invoked, it's up to each implementation to return a brand
new instance or one which has already been returned before.| Modifier and Type | Method and Description |
|---|---|
ConfigurationInstance |
get(Object muleEvent)
Returns a
ConfigurationInstance
This method may return an instance already returned in the past or a brand new one. |
RuntimeConfigurationModel |
getModel()
Returns the
RuntimeConfigurationModel for the instances
returned by get(Object) |
String |
getName()
The name under which this provider has been registered
|
ConfigurationInstance get(Object muleEvent)
ConfigurationInstance
This method may return an instance already returned in the past or a brand new one.muleEvent - the event which processing requires the instanceConfigurationInstanceRuntimeConfigurationModel getModel()
RuntimeConfigurationModel for the instances
returned by get(Object)RuntimeConfigurationModelString getName()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.