Class HostConfiguration

java.lang.Object
org.sentrysoftware.metricshub.engine.configuration.HostConfiguration

public class HostConfiguration extends Object
The HostConfiguration class represents the configuration for a host in the MetricsHub engine.
  • Constructor Details

    • HostConfiguration

      public HostConfiguration()
  • Method Details

    • determineAcceptedSources

      public Set<Class<? extends Source>> determineAcceptedSources(boolean isLocalhost, ExtensionManager extensionManager)
      Determine the accepted sources that can be executed using the current engine configuration
      Parameters:
      isLocalhost - Whether the host should be localhost or not.
      extensionManager - Where all the extensions are managed.
      Returns:
      Set of accepted source types