Interface ReloadableConfigContainer<T>

    • Method Detail

      • reload

        void reload()
        Instruct the container to reload the in-memory configuration from the backing configuration. This may block if the backing configuration is not immediately available.
      • getConfig

        T getConfig()
        Returns:
        the in-memory copy of the configuration which may be reloaded as part of this request depending on the implementation