Interface MetricExecutor<C>

  • Type Parameters:
    C - the metric execution context.
    All Superinterfaces:
    Executor<C,​Metric<C>>

    public interface MetricExecutor<C>
    extends Executor<C,​Metric<C>>
    Encapsulates the execution of a runtime metric.
    Author:
    Paul Ferraro
    • Method Summary

      • Methods inherited from interface org.jboss.as.clustering.controller.Executor

        execute