-
Notifications
You must be signed in to change notification settings - Fork 6
Reload strategies
Javier Diaz edited this page Aug 19, 2018
·
1 revision
A reload strategy is to know when a ConfigProvider
must reload the underlying ConfigLoader
to get all the updated configuration.
Supported reload strategies:
- TimedReloadStrategy: This will reload the properties on a time basis.
- FileChangeReloadStrategy: This will reload when a file content has changed. This will only look for edits on the file that is passed as argument and this should be the same file than in the ConfigLoader