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

Method Close

client/queueprotocolapi.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type QueueProtocolAPI interface {
14 Version() (*types.VersionInfo, error)
15 Close()
16 NewMessage(topic string, msgid int64, data interface{}) *queue.Message
17 Notify(topic string, ty int64, data interface{}) (*queue.Message, error)
18 // +++++++++++++++ mempool interfaces begin

Callers 10

CloseMethod · 0.65
CloseMethod · 0.65
stopMethod · 0.65
OnStopMethod · 0.65
OnStopMethod · 0.65
TestGetMainSeqFunction · 0.65
RunMethod · 0.65
CloseMethod · 0.65

Implementers 2

QueueProtocolclient/queueprotocol.go
QueueProtocolAPIclient/mocks/api.go

Calls

no outgoing calls

Tested by 9

CloseMethod · 0.52
CloseMethod · 0.52
stopMethod · 0.52
OnStopMethod · 0.52
OnStopMethod · 0.52
TestGetMainSeqFunction · 0.52
RunMethod · 0.52