@FunctionalInterface
public interface AvailableCounterHandler
Modifier and Type | Method and Description |
---|---|
void |
onAvailableCounter(org.agrona.concurrent.status.CountersReader countersReader,
long registrationId,
int counterId)
Method called by Aeron to deliver notification of a
Counter being available. |
void onAvailableCounter(org.agrona.concurrent.status.CountersReader countersReader, long registrationId, int counterId)
Counter
being available.countersReader
- for more detail on the counter.registrationId
- for the counter.counterId
- that is available.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.