objectReactorScheduled extends SysEvent with Product with Serializable
Denotes that the reactor was scheduled for execution by the scheduler.
Always sent after ReactorStarted and before ReactorTerminated.
This event usually occurs when reactor is woken up to process incoming events,
but may be invoked even if there are no pending events.
This event is typically used in conjunction with a scheduler that periodically
wakes up the reactor.
Linear Supertypes
Serializable, Serializable, Product, Equals, SysEvent, AnyRef, Any
Denotes that the reactor was scheduled for execution by the scheduler.
Always sent after
ReactorStarted
and beforeReactorTerminated
.This event usually occurs when reactor is woken up to process incoming events, but may be invoked even if there are no pending events. This event is typically used in conjunction with a scheduler that periodically wakes up the reactor.