Interface MetricExec
- All Known Implementing Classes:
MetricExecEngine
,MetricExecStatement
,SupportMetricExecution
public interface MetricExec
Interface for producing a metric events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(MetricExecutionContext context) Execute the production of metric events.
-
Method Details
-
execute
Execute the production of metric events.- Parameters:
context
- provides services and scheduling
-