Package org.agrona.concurrent.status
Interface CountersReader.CounterConsumer
- Enclosing class:
CountersReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback function for consuming basic counter details and value.
-
Method Summary
-
Method Details
-
accept
Accept the value for a counter.- Parameters:
value
- of the counter.counterId
- of the counterlabel
- for the counter.
-