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
    Constructor
    Description
    RemoteConfigFetcher(systems.dennis.shared.config.WebContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class systems.dennis.shared.utils.ApplicationContext

    canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemoteConfigFetcher

      public RemoteConfigFetcher(systems.dennis.shared.config.WebContext context)
  • Method Details

    • UpdateSettings

      @Scheduled(cron="${global.app.config.remote_update_cron.schedule: 0 0/5 * * * ?}") public void UpdateSettings()