ConfigDataEnvironmentUpdateListener

EventListener to listen to Environment updates triggered by the ConfigDataEnvironmentPostProcessor.

Author

Phillip Webb

Since

2.4.2

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun onPropertySourceAdded(propertySource: PropertySource<out Any>, location: ConfigDataLocation, resource: ConfigDataResource)
Called when a new PropertySource is added to the Environment.
Link copied to clipboard
open fun onSetProfiles(profiles: Profiles)
Called when Environment profiles are set.