java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractMonitorTask
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.Discovery
All Implemented Interfaces:
Serializable

public class Discovery extends AbstractMonitorTask
Represents a discovery task used in monitor configuration.

A Discovery instance holds information about the sources, mapping, and execution order of a discovery task.

See Also:
  • Constructor Details

    • Discovery

      public Discovery(Map<String,Source> sources, Mapping mapping, Set<String> executionOrder)
      Constructs a new Discovery instance with the specified sources, mapping, and execution order.
      Parameters:
      sources - The sources associated with the discovery task.
      mapping - The mapping used in the discovery task.
      executionOrder - The set specifying the execution order of the task.