MCPcopy
hub / github.com/parse-community/parse-server / subscribe

Method subscribe

src/Adapters/PubSub/PubSubAdapter.js:38–38  ·  view source on GitHub ↗

* called when a new subscription the channel is required * @param {String} channel the channel to subscribe

(channel: string)

Source from the content-addressed store, hash-verified

36 * @param {String} channel the channel to subscribe
37 */
38 subscribe(channel: string): void;
39
40 /**
41 * called when the subscription from the channel should be stopped

Implementers 2

Subscribersrc/Adapters/PubSub/EventEmitterPubSub
Consumersrc/Adapters/MessageQueue/EventEmitter

Calls

no outgoing calls

Tested by 1

createSubscribedClientFunction · 0.52