Interface Observer.MetricsUpdate<T>

Type Parameters:
T - the metrics type
Enclosing class:
Observer<T extends Metrics>

public static interface Observer.MetricsUpdate<T>
Interface for updating metrics objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(T m)
    Updates the metrics object.
  • Method Details

    • update

      void update(T m)
      Updates the metrics object.
      Parameters:
      m - the metrics object to update