@NoImplement
public interface ConfigurationPropertiesProvider
Configuration attributes must be provided upon request since there may be implementations of this interface that do not have a small number of configuration attributes and doing a lookup of the attributes may not be trivial. Such would be the case of a vault implementation of this interface which will probably lookup for values from a remote entity.
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationProperty> |
getConfigurationProperty(String configurationAttributeKey) |
String |
getDescription() |
Optional<ConfigurationProperty> getConfigurationProperty(String configurationAttributeKey)
configurationAttributeKey - the key of the configuration attribute.ConfigurationProperty associated with the key. May be empty if that key is not present.String getDescription()
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.