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.
Implementations may also implement Initialisable and/or Disposable to create, keep and destroy any context that
is required to properly resolve the properties.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Optional<? extends ConfigurationProperty> |
provide(String configurationAttributeKey) |
Optional<? extends ConfigurationProperty> provide(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 © 2025 MuleSoft, Inc.. All rights reserved.