QueueTransition

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The queue that the job was on after the transition.

Link copied to clipboard

The queue that the job was on before the transition.

Link copied to clipboard

The time, in Unix epoch format, that the job moved from the source queue to the destination queue.

Functions

Link copied to clipboard
inline fun copy(block: QueueTransition.Builder.() -> Unit = {}): QueueTransition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String