Daemon class abstract

Daemon process handler

Annotations

Constructors

Daemon()

Properties

allJobs SubtypesOf<Job>
no setter
allQueueProcessors SubtypesOf<QueueProcessor<Queue, dynamic>>
no setter
amqpClient ↔ Client?
getter/setter pair
amqpConsumers List<Consumer>
getter/setter pair
args DaemonArgs
no setter
config ServerConfig
no setter
db Db
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastStarts Map<String, DateTime?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createJob(String className, Daemon daemon) Job
createQueueProcessor(String className) QueueProcessor<Queue, dynamic>
finishQueuesIsolate() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processJobsIsolate() → void
processQueuesIsolate() Future
run(List<String> arguments) Future
runJob(String key) Future
step() Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited