class |
AbstractMutableActorDaemonEvent<E,P> |
Ancestor for daemon events that handle sub-actors.
|
class |
Cron |
Executes an actor according to a pre-defined schedule.
Note: since the actor merely starts the cron scheduler in the background, the actor finishes the execution pretty much immediately.
|
class |
DelayedEvent |
Executes its sub-flow after a predefined number of milli-seconds.
|
class |
DirWatch |
class |
ExternalStandalone |
Standalone that executes an external standalone actor stored on disk.
For executing whole flows, use the adams.flow.standalone.ExternalFlow standalone actor instead.
See also:
adams.flow.standalone.ExternalFlow
|
class |
LogEvent |
Listens to the global log record handler and processes records that passed the specified filter(s).
This allows, for instance, the output of log messages into a log file.
By default, log records are only processed if the sub-actors are not currently being executed.
|
class |
QueueEvent |
Executes its sub-flow after a predefined number of milli-seconds.
|
class |
VariableChangedEvent |
Listens to a any changes to the specified variable.
This allows, for instance, the monitoring of a variable.
Enable the 'noDiscard' property to process all change events - NB: this can slow down the system significantly.
|
class |
WeakExternalStandalone |