Interface ConfigManager


public interface ConfigManager
ConfigManager...
  • Method Details

    • getConfigGroups

      Map<String,AgentConfigGroup> getConfigGroups()
      Returns a map of all agent configuration groups.
      Returns:
      a map where the key is the configuration group path
    • getConfigurations

      Map<String,AgentConfig> getConfigurations()
      Returns a map of all agent configurations of all run modes.
      Returns:
      a map where the key is the configuration id
    • registerListener

      void registerListener(ConfigManager.ConfigEventListener listener)
      Registers a listener to receive configuration event changes
      Parameters:
      listener - the listener
    • unregisterListener

      void unregisterListener(ConfigManager.ConfigEventListener listener)
      Unregisters a previously registered listener.
      Parameters:
      listener - the listener