java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.AbstractMonitorJob
org.sentrysoftware.metricshub.engine.connector.model.monitor.SimpleMonitorJob
All Implemented Interfaces:
Serializable, MonitorJob

public class SimpleMonitorJob extends AbstractMonitorJob
Represents a monitor job associated with a simple monitoring task.

This class implements the MonitorJob interface and is used to encapsulate the configuration and details of a monitoring job that involves a simple monitoring task.

See Also:
  • Constructor Details

    • SimpleMonitorJob

      public SimpleMonitorJob(Set<String> keys, Simple simple)
      Constructs a SimpleMonitorJob with the specified keys and simple instance.
      Parameters:
      keys - The set of keys for the monitor job.
      simple - The Simple instance for the monitor job.