- Type Parameters:
T
- the metrics type
public static interface Observer.MetricsUpdate<T>
Interface for updating metrics objects.
-
Method Summary
-
Method Details
-
update
Updates the metrics object.- Parameters:
m
- the metrics object to update
-