Package com.yahoo.container.jdisc
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
-
Method Details
-
newInstance
MetricConsumer newInstance()
-