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