Module: arpen/services/pubsub

PUBSUB base service

Classes

PubSubClient
PubSub

Type Definitions


Subscriber(message)

Channel message callback
Parameters:
Name Type Description
message * The message after passing it through JSON.parse(). If it fails then the raw message is used as this argument