@FunctionalInterface public interface AvailableCounterHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onAvailableCounter(CountersReader countersReader,
long registrationId,
int counterId)
Method called by Aeron to deliver notification of a
Counter being available. |
void onAvailableCounter(CountersReader countersReader, long registrationId, int counterId)
Counter being available.
Within this callback reentrant calls to the Aeron client are not permitted and
will result in undefined behaviour.
countersReader - for more detail on the counter.registrationId - for the counter.counterId - that is available.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.