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