@FunctionalInterface public interface UnavailableImageHandler
Subscription.| Modifier and Type | Method and Description |
|---|---|
void |
onUnavailableImage(Image image)
Method called by Aeron to deliver notification that an
Image is no longer available for polling. |
void onUnavailableImage(Image image)
Image is no longer available for polling.
Within this callback reentrant calls to the Aeron client are not permitted and
will result in undefined behaviour.
image - that is no longer available for polling.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.