MCPcopy
hub / github.com/deepstreamIO/deepstream.io / subscribe

Method subscribe

types/uws.d.ts:76–76  ·  view source on GitHub ↗

Subscribe to a topic.

(topic: RecognizedString)

Source from the content-addressed store, hash-verified

74
75 /** Subscribe to a topic. */
76 subscribe(topic: RecognizedString) : boolean;
77
78 /** Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed. */
79 unsubscribe(topic: RecognizedString) : boolean;

Callers 15

subscribeFunction · 0.65
subscribeFunction · 0.65
subscribeWithPathFunction · 0.65
getListFunction · 0.65
subscribesFunction · 0.65
presence-steps.tsFile · 0.65
subscribeFunction · 0.65
subscribeFunction · 0.65
subscribeWithPathFunction · 0.65
getListFunction · 0.65
subscribesFunction · 0.65
registerForTopicMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected