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

Method unsubscribe

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

* called when the subscription from the channel should be stopped * @param {String} channel

(channel: string)

Source from the content-addressed store, hash-verified

42 * @param {String} channel
43 */
44 unsubscribe(channel: string): void;
45}
46
47export default PubSubAdapter;

Callers 5

benchmarkLiveQueryRegexFunction · 0.65
shutdownMethod · 0.65
ParseUser.spec.jsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected