Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Message

Index

Constructors

Properties

code: string
context: any
priority: MessagePriority
sender: any

Methods

  • send(code: string, sender: any, context?: any): void
  • sendPriority(code: string, sender: any, context?: any): void
  • Sends a priority message to the message bus to be handled immediately.

    Parameters

    • code: string
    • sender: any
    • Optional context: any

    Returns void

    void

Generated using TypeDoc