GruntChannel class

A communications channel that lets a supervisor and grunt communicate about work that needs to be completed

Constructors

GruntChannel({DuplexChannel? boss, Grunt? grunt})
GruntChannel.create(GruntFactory<Grunt> factory)
factory

Properties

boss DuplexChannel?
final
done Future
no setter
grunt Grunt?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startupPing() Future
toString() String
A string representation of this object.
inherited
updateStatus(WorkStatus status) → void

Operators

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

Static Properties

log → Logger
final