Package org.apache.dubbo.metrics.report
Class AbstractMetricsReporterFactory
java.lang.Object
org.apache.dubbo.metrics.report.AbstractMetricsReporterFactory
- All Implemented Interfaces:
MetricsReporterFactory
- Direct Known Subclasses:
DefaultMetricsReporterFactory
public abstract class AbstractMetricsReporterFactory
extends Object
implements MetricsReporterFactory
AbstractMetricsReporterFactory.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractMetricsReporterFactory(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.metrics.report.MetricsReporterFactory
createMetricsReporter
-
Constructor Details
-
AbstractMetricsReporterFactory
public AbstractMetricsReporterFactory(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
-