Interface ConfigChangeCallback


public interface ConfigChangeCallback
A callback passed to ConfigProvider for subscribing to changes.
  • Method Summary

    Modifier and Type Method Description
    void onChange​(String path, ConfigData data)
    Performs an action when configuration data changes.
  • Method Details

    • onChange

      void onChange​(String path, ConfigData data)
      Performs an action when configuration data changes.
      Parameters:
      path - the path at which the data resides
      data - the configuration data