public class CompositeConfigurationPropertiesProvider extends Object implements org.mule.runtime.properties.api.ConfigurationPropertiesProvider, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
| Constructor and Description |
|---|
CompositeConfigurationPropertiesProvider(List<org.mule.runtime.properties.api.ConfigurationPropertiesProvider> configurationPropertiesProviders) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getDescription() |
void |
initialise() |
Optional<? extends org.mule.runtime.properties.api.ConfigurationProperty> |
provide(String configurationAttributeKey) |
String |
toString() |
public CompositeConfigurationPropertiesProvider(List<org.mule.runtime.properties.api.ConfigurationPropertiesProvider> configurationPropertiesProviders)
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic Optional<? extends org.mule.runtime.properties.api.ConfigurationProperty> provide(String configurationAttributeKey)
provide in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderpublic String getDescription()
getDescription in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.