Interface MetricsReporterIdProvider


@Deprecated(forRemoval=true, since="1.0") public interface MetricsReporterIdProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Use HostnameProvider instead.
Author:
Thorben Lindhauer
  • Method Summary

    Modifier and Type
    Method
    Description
    provideId(ProcessEngine processEngine)
    Deprecated, for removal: This API element is subject to removal in a future version.
    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, for removal: This API element is subject to removal in a future version.
      Provides an id that identifies the metrics reported as part of the given engine's process execution. May return null.