Options
All
  • Public
  • Public/Protected
  • All
Menu

JSON layout of a task message sent via Redis broker. Directly (de)serializable via JSON.stringify() and JSON.parse().

Hierarchy

  • TaskMessage

Index

Properties

body

body: string

Encoded as specified by "content-encoding"

content-encoding

content-encoding: ContentEncodingMime

The encoding of the message itself. Always UTF-8.

content-type

content-type: ContentTypeMime

The serialization method of the message body.

headers

headers: TaskHeaders

properties

properties: TaskProperties

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc