Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionMessage

A message received by the MessageHandler

deprecated

since 6.2

        One-way messaging is deprecated in favor of request-response
        messaging. See <a href="messages.html#sendrequest">sendRequest</a>
        and <a href="messages.html#sendrequesttofilter">            sendRequestToFilter</a>. This interface will be removed in a future
        release.

Hierarchy

  • SessionMessage

Index

Properties

content

content: Buffer

The message's value as a binary buffer

options

options: SendOptions

The options that were set when sending the message

path

path: string

The path that this message was sent on

Optional properties

properties: undefined | object

The sender's session properties

session

session: string

The session that sent this message