| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventHandler
Represents a handler for events within an
EventLoop. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CancellableTimer.ScheduledEventHandler |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
CancellableTimer.scheduleAtFixedRate(@NotNull VanillaEventHandler eventHandler,
long initialDelay,
long period)
Schedules
eventHandler for fixed-rate execution on the event loop. |
void |
Timer.scheduleAtFixedRate(@NotNull VanillaEventHandler eventHandler,
long initialDelay,
long period)
Schedules
eventHandler to run at a fixed-rate on the event loop. |
Closeable |
CancellableTimer.scheduleAtFixedRate(@NotNull VanillaEventHandler eventHandler,
long initialDelay,
long period,
HandlerPriority priority)
Schedules
eventHandler for fixed-rate execution on the event loop. |
void |
Timer.scheduleAtFixedRate(@NotNull VanillaEventHandler eventHandler,
long initialDelay,
long period,
HandlerPriority priority)
Schedules
eventHandler to run at a fixed-rate on the event loop. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.