()
| 13 | type 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 |
no outgoing calls