Interface MarshallerMetricsAccumulationKey
-
- All Known Implementing Classes:
MacroMetricsKey
,ViewLinkMarshallerMetricsKey
public interface MarshallerMetricsAccumulationKey
To be implemented by any classes who wish to be used as metrics accumulation keys.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccumulationKeyAsString()
-
-
-
Method Detail
-
getAccumulationKeyAsString
String getAccumulationKeyAsString()
- Returns:
- The string representation of the metrics accumulation key. This will go into the eventual analytics event.
-
-