public abstract class TimedEventHandler extends Object implements net.openhft.chronicle.core.threads.EventHandler
| Constructor and Description |
|---|
TimedEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
action() |
@NotNull net.openhft.chronicle.core.threads.HandlerPriority |
priority() |
protected abstract long |
timedAction()
Perform an action
|
public boolean action()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
action in interface net.openhft.chronicle.core.threads.VanillaEventHandlernet.openhft.chronicle.core.threads.InvalidEventHandlerExceptionprotected abstract long timedAction()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
net.openhft.chronicle.core.threads.InvalidEventHandlerException@NotNull public @NotNull net.openhft.chronicle.core.threads.HandlerPriority priority()
priority in interface net.openhft.chronicle.core.threads.EventHandlerCopyright © 2021. All rights reserved.