HopDestination class
Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.
Constructors
- HopDestination({int? priority, String? queue, int? waitMinutes})
-
HopDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- priority → int?
-
Optional. When you set up a job to use queue hopping, you can specify a
different relative priority for the job in the destination queue. If you
don't specify, the relative priority will remain the same as in the previous
queue.
final
- queue → String?
-
Optional unless the job is submitted on the default queue. When you set up a
job to use queue hopping, you can specify a destination queue. This queue
cannot be the original queue to which the job is submitted. If the original
queue isn't the default queue and you don't specify the destination queue,
the job will move to the default queue.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waitMinutes → int?
-
Required for setting up a job to use queue hopping. Minimum wait time in
minutes until the job can hop to the destination queue. Valid range is 1 to
1440 minutes, inclusive.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited