Interface TableConfigChangeListener


  • public interface TableConfigChangeListener
    Interface for a listener on table config changes
    • Method Summary

      Modifier and Type Method Description
      void onChange​(List<TableConfig> tableConfigList)
      The callback to be invoked on tableConfig changes
    • Method Detail

      • onChange

        void onChange​(List<TableConfig> tableConfigList)
        The callback to be invoked on tableConfig changes
        Parameters:
        tableConfigList - the entire list of tableConfigs in the cluster