public interface MetricsExecutor
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Shut down executor.
|
void |
execute(MetricExec execution,
MetricExecutionContext executionContext)
Execute a metrics execution.
|
void execute(MetricExec execution, MetricExecutionContext executionContext)
execution
- to executeexecutionContext
- context in which to executevoid destroy()