Interface MetricsReporterIdProvider


@Deprecated public interface MetricsReporterIdProvider
Deprecated.
Please use HostnameProvider for providing the Metrics Reporter id.
Author:
Thorben Lindhauer
  • Method Summary

    Modifier and Type
    Method
    Description
    provideId(ProcessEngine processEngine)
    Deprecated.
    Provides an id that identifies the metrics reported as part of the given engine's process execution.
  • Method Details

    • provideId

      String provideId(ProcessEngine processEngine)
      Deprecated.
      Provides an id that identifies the metrics reported as part of the given engine's process execution. May return null.