Class RemoteConfigFetcher
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.shared.config_service.cron.RemoteConfigFetcher
@Component
@EnableScheduling
public class RemoteConfigFetcher
extends systems.dennis.shared.utils.ApplicationContext
-
Field Summary
Fields inherited from class systems.dennis.shared.utils.ApplicationContext
CREATED_FIELDS_MAP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.utils.ApplicationContext
canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString
-
Constructor Details
-
Method Details
-
UpdateSettings
@Scheduled(cron="${global.app.config.remote_update_cron.schedule: 0 0/5 * * * ?}") public void UpdateSettings()
-