JobExecContext

data class JobExecContext(val queue: String, val jobID: HashID, val jobConfig: JsonNode?) : JobExecutorContext

Constructors

Link copied to clipboard
constructor(queue: String, jobID: HashID, jobConfig: JsonNode?)

Properties

Link copied to clipboard
open override val jobConfig: JsonNode?

Optional configuration of the job for which the JobExecutor has been requested.

Link copied to clipboard
open override val jobID: HashID

Hash ID of the job for which the JobExecutor has been requested.

Link copied to clipboard
open override val queue: String

ID/Name of the queue for which the JobExecutor has been requested.