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

Interface Publisher

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

* @interface Publisher * @memberof PubSubAdapter

Source from the content-addressed store, hash-verified

19 * @memberof PubSubAdapter
20 */
21interface Publisher {
22 /**
23 * @param {String} channel the channel in which to publish
24 * @param {String} message the message to publish
25 */
26 publish(channel: string, message: string): void;
27}
28
29/**
30 * @interface Subscriber

Callers 4

onClearCachedRolesMethod · 0.65
_onCloudCodeMessageMethod · 0.65
enqueueMethod · 0.65

Implementers 2

Publishersrc/Adapters/PubSub/EventEmitterPubSub
Publishersrc/Adapters/MessageQueue/EventEmitter

Calls

no outgoing calls

Tested by

no test coverage detected