WorkersScriptQueueBinding

data class WorkersScriptQueueBinding(val binding: String, val queue: String)

Constructors

Link copied to clipboard
constructor(binding: String, queue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the global variable for the binding in your Worker code.

Link copied to clipboard

Name of the queue you want to use.