| Interface | Description |
|---|---|
| ExternalConfigSupplier |
Provider of "externalised" entity configuration that is resolved at runtime.
|
| Class | Description |
|---|---|
| AbstractExternalConfigSupplier |
Default superclass for all
ExternalConfigSupplier implementations. |
| InPlaceExternalConfigSupplier |
Instances are populated via sub-keys specified directly in the brooklyn.properties file:
|
| PropertiesFileExternalConfigSupplier |
Instances are populated from a plain java properties file named in the passed
config map
under the propertiesUrl key: |
| UrlsExternalConfigSupplier |
This is configured with references to URLs or files.
|