public interface EventPoller
extends net.openhft.chronicle.core.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
onPoll(ChronicleChannel channel)
Polls for an event on the specified ChronicleChannel.
|
boolean onPoll(ChronicleChannel channel)
channel - The ChronicleChannel instance to poll for events.Copyright © 2023. All rights reserved.