Interface ConfigurationTree<VIEWT,CHANGET>

Type Parameters:
VIEWT - Value type of the node.
CHANGET - Type of the object that changes this node's value.
All Superinterfaces:
ConfigurationProperty<VIEWT>
All Known Subinterfaces:
NamedConfigurationTree<T,VIEWT,CHANGET>

public interface ConfigurationTree<VIEWT,CHANGET> extends ConfigurationProperty<VIEWT>
Configuration tree with configuration values and other configuration trees as child nodes.
  • Method Details

    • change

      Changes this configuration node value.
      Parameters:
      change - CHANGE object.
      Returns:
      Future that is completed when configuration change is finished either successfully or not.