WorkerScriptTailConsumer

data class WorkerScriptTailConsumer(val environment: String? = null, val namespace: String? = null, val service: String)

Constructors

Link copied to clipboard
constructor(environment: String? = null, namespace: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val environment: String? = null

Optional environment if the Worker utilizes one.

Link copied to clipboard
val namespace: String? = null

Optional dispatch namespace the script belongs to.

Link copied to clipboard

Name of Worker that is to be the consumer.