Class ConfigurationUpdateEvent

    • Constructor Detail

      • ConfigurationUpdateEvent

        public ConfigurationUpdateEvent()
    • Method Detail

      • getComponentName

        public String getComponentName()
        The name of the component.
      • setComponentName

        public void setComponentName​(String componentName)
        The name of the component.
      • getKeyPath

        public List<String> getKeyPath()
        The key path to the configuration value that updated.
      • setKeyPath

        public void setKeyPath​(List<String> keyPath)
        The key path to the configuration value that updated.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object