Class ComponentConfigEvent

    • Constructor Detail

      • ComponentConfigEvent

        public ComponentConfigEvent​(ComponentConfigEvent.Type type,
                                    String componentName,
                                    String name,
                                    String value)
        Creates an event of a given type and for the specified app and the current time.
        Parameters:
        type - config property event type
        componentName - component name event subject
        name - config property name
        value - config property value
    • Method Detail

      • name

        public String name()
        Returns the property name.
        Returns:
        property name
      • value

        public String value()
        Returns the property value as a string.
        Returns:
        string value