pamoja for TypeScript - v0.1.17
Preparing search index...
@pamoja/core
TransportMessage
Interface TransportMessage
A message that arrived on a subscribed topic.
interface
TransportMessage
{
payload
:
Buffer
;
topic
:
string
;
}
Index
Properties
payload
topic
Properties
payload
payload
:
Buffer
The raw payload bytes.
topic
topic
:
string
The topic it was published to.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
topic
pamoja for TypeScript - v0.1.17
Loading...
A message that arrived on a subscribed topic.