JobId

value class JobId(val value: String)(source)

Stable identifier of a single enqueued job.

The value is a canonical UUID string. Identifiers are generated automatically when a request is built, but may be supplied explicitly through the request builders when the caller needs to know the identifier before enqueueing.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String