Class Simple
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
The
Simple class represents a simple monitor task.
It extends the AbstractMonitorTask class and includes basic features for monitor tasks.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Simple
Constructs a newSimpleinstance with the provided sources, mapping, and execution order.- Parameters:
sources- a map of source names toSourceinstances providing the metric datamapping- the mapping information for transforming collected dataexecutionOrder- a set defining the order in which the monitor tasks should be executed
-