@FunctionalInterface public static interface CountersReader.CounterConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value,
int counterId,
String label)
Accept the value for a counter.
|
void accept(long value,
int counterId,
String label)
value - of the counter.counterId - of the counterlabel - for the counter.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.