Interface SchedulerConfigCache.Reloadable<T>

Enclosing class:
SchedulerConfigCache<T>

public static interface SchedulerConfigCache.Reloadable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Reload and return the configs.
  • Method Details

    • reload

      T reload()
      Reload and return the configs.
      Returns:
      reloaded configs. It can't be null.