Package org.mule.metrics.exporter.api
Interface MeterExporterFactory
- All Superinterfaces:
org.mule.metrics.exporter.config.api.NamedMeterComponent
public interface MeterExporterFactory
extends org.mule.metrics.exporter.config.api.NamedMeterComponent
A factory for
MeterExporter-
Method Summary
Modifier and TypeMethodDescriptiongetMeterExporter(org.mule.metrics.exporter.config.api.MeterExporterConfiguration configuration) Methods inherited from interface org.mule.metrics.exporter.config.api.NamedMeterComponent
getName
-
Method Details
-
getMeterExporter
MeterExporter getMeterExporter(org.mule.metrics.exporter.config.api.MeterExporterConfiguration configuration) - Parameters:
configuration- theMeterExporterConfigurationwith the details to create the exporter- Returns:
- a
MeterExporter.
-