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
-
Method Details
-
getAccumulationKeyAsString
String getAccumulationKeyAsString()- Returns:
- The string representation of the metrics accumulation key. This will go into the eventual analytics event.
-