WorkersScriptBindingOutbound

data class WorkersScriptBindingOutbound(val params: List<String>? = null, val worker: WorkersScriptBindingOutboundWorker? = null)

Constructors

Link copied to clipboard
constructor(params: List<String>? = null, worker: WorkersScriptBindingOutboundWorker? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val params: List<String>? = null

Pass information from the Dispatch Worker to the Outbound Worker through the parameters.

Link copied to clipboard

Outbound worker.