Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an intent issued by an application.

The intent is transported to all clients that provide a satisfying capability visible to the issuing application.

Type parameters

  • BODY = any

Hierarchy

Index

Properties

body?: BODY

Optional data passed along with the intent.

capability: Capability

Capability that fulfills the intent.

headers: Map<string, any>

Additional information attached to this message.

Header values must be JSON serializable. If no headers are set, the Map is empty.

intent: Intent

Intent that represents this message.

Generated using TypeDoc