Interface MetricsReporterIdProvider
-
@Deprecated public interface MetricsReporterIdProvider
Deprecated.Please useHostnameProvider
for providing the Metrics Reporter id.- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
provideId(ProcessEngine processEngine)
Deprecated.Provides an id that identifies the metrics reported as part of the given engine's process execution.
-
-
-
Method Detail
-
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.
-
-