Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Message<T>

Message is an interface representing a CloudEvent as a transport-agnostic message

interface
property

Headers headers - the headers for the event Message

property

{T | string | Buffer | unknown} body - the body of the event Message

Type Parameters

  • T = string

Hierarchy

Generated using TypeDoc