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 Type
    Method
    Description
    getMeterExporter(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 - the MeterExporterConfiguration with the details to create the exporter
      Returns:
      a MeterExporter.