Interface JmxStats<T extends JmxStats<?>>

All Known Subinterfaces:
JmxRefreshableStats<T>
All Known Implementing Classes:
EventStats, ExceptionStats, ValueStats

public interface JmxStats<T extends JmxStats<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(T another)
     
  • Method Details

    • add

      void add(T another)