| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
| Modifier and Type | Method and Description |
|---|---|
HandlerPriority |
HandlerPriority.alias()
Returns the effective priority used by the scheduler.
|
default @NotNull HandlerPriority |
EventHandler.priority()
Returns the priority level of this event handler within the event loop.
|
@NotNull HandlerPriority |
CancellableTimer.ScheduledEventHandler.priority() |
static HandlerPriority |
HandlerPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerPriority[] |
HandlerPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.