MCPcopy Create free account
hub / github.com/33cn/chain33 / Notify

Method Notify

client/queueprotocol.go:98–100  ·  view source on GitHub ↗

Notify new and send client message

(topic string, ty int64, data interface{})

Source from the content-addressed store, hash-verified

96
97// Notify new and send client message
98func (q *QueueProtocol) Notify(topic string, ty int64, data interface{}) (*queue.Message, error) {
99 return q.notify(topic, ty, data)
100}
101
102// Close close client
103func (q *QueueProtocol) Close() {

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.95

Tested by

no test coverage detected