-
public interface PerformanceMetricBase class for performance metric events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPerformanceMetric.Companion
-
Method Summary
Modifier and Type Method Description abstract UnitstopAndSend(Boolean isSuccessful)Stops measuring and sends the performance metric. -
-
Method Detail
-
stopAndSend
abstract Unit stopAndSend(Boolean isSuccessful)
Stops measuring and sends the performance metric.
- Parameters:
isSuccessful-was the operation being measured completed successfully.
-
-
-
-