Class ClaimRequest
A worker's request to claim jobs. Queues is an unordered filter set —
selection order (Priority DESC, then FIFO by enqueue order) applies across the union of the
requested queues with no queue precedence.
public sealed record ClaimRequest : IEquatable<ClaimRequest>
- Inheritance
-
ClaimRequest
- Implements
- Inherited Members
Constructors
- ClaimRequest(string, IReadOnlyList<string>, int, TimeSpan)
A worker's request to claim jobs.
Queuesis an unordered filter set — selection order (Priority DESC, then FIFO by enqueue order) applies across the union of the requested queues with no queue precedence.