QueueTransition class

Description of the source and destination queues between which the job has moved, along with the timestamp of the move

Constructors

QueueTransition({String? destinationQueue, String? sourceQueue, DateTime? timestamp})
QueueTransition.fromJson(Map<String, dynamic> json)
factory

Properties

destinationQueue String?
The queue that the job was on after the transition.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceQueue String?
The queue that the job was on before the transition.
final
timestamp DateTime?
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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