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