Interface CounterManager

  • All Known Implementing Classes:
    CounterManagerImpl

    @Deprecated(since="11.4")
    public interface CounterManager
    Deprecated.
    since 11.4: use dropwizard metrics counter instead
    Service interface to manage Counters. This services hides the Counters implementation so that Counters's updated don't have to be dependent on Simon
    Author:
    Tiry (tdelprat@nuxeo.com)