Interface MetricConsumerFactory

All Known Implementing Classes:
JdiscMetricsFactory

public interface MetricConsumerFactory
This is the interface to implement if one wishes to configure a non-default MetricConsumer. Simply add the implementing class as a component in your services.xml file.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.jdisc.application.MetricConsumer
     
  • Method Details

    • newInstance

      com.yahoo.jdisc.application.MetricConsumer newInstance()