Interface MetricsReporterFactory

All Known Implementing Classes:
AbstractMetricsReporterFactory

@SPI(value="nop", scope=APPLICATION) public interface MetricsReporterFactory
The factory interface to create the instance of MetricsReporter.
  • Method Details

    • createMetricsReporter

      @Adaptive("protocol") MetricsReporter createMetricsReporter(URL url)
      Create metrics reporter.
      Parameters:
      url - URL
      Returns:
      Metrics reporter implementation.