Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQ ¶
type MQ interface { Pub(subj string, b []byte) error Sub(subj string, callback SubCallback) error UnSub(subj string, callback SubCallback) error Push(queue string, b []byte) error Pop(queue string) ([]byte, error) Request(service string, b []byte) error Reply(service string, callback ReplyCallback) error UnReply(service string, callback ReplyCallback) error }
type ReplyCallback ¶
type SubCallback ¶
Click to show internal directories.
Click to hide internal directories.