(subject, queue string, handler func([]byte))
| 19 | Publisher |
| 20 | Subscribe(subject string, handler func([]byte)) (Subscription, error) |
| 21 | QueueSubscribe(subject, queue string, handler func([]byte)) (Subscription, error) |
| 22 | QueueSubscribeReply(subject, queue string, handler func(data []byte, reply func([]byte))) (Subscription, error) |
| 23 | SubscribeReply(subject string, handler func(data []byte, reply func([]byte))) (Subscription, error) |
| 24 | Request(subject string, data []byte, timeout time.Duration) ([]byte, error) |
no outgoing calls