Interface CounterEventGenerator

All Known Implementing Classes:
AbstractStrongCounter, BoundedStrongCounter, UnboundedStrongCounter, WeakCounterImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CounterEventGenerator
A interface to generate CounterEvent from the current CounterValue.
Since:
9.2
Author:
Pedro Ruivo