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

public class Simple extends AbstractMonitorTask
The Simple class represents a simple monitor task. It extends the AbstractMonitorTask class and includes basic features for monitor tasks.
See Also:
  • Constructor Details

    • Simple

      public Simple(Map<String,Source> sources, Mapping mapping, Set<String> executionOrder)
      Constructs a new Simple instance with the provided sources, mapping, and execution order.
      Parameters:
      sources - a map of source names to Source instances providing the metric data
      mapping - the mapping information for transforming collected data
      executionOrder - a set defining the order in which the monitor tasks should be executed