Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsConnectionError ¶
Types ¶
type Client ¶
func (*Client) QueueSubscribe ¶
func (c *Client) QueueSubscribe(subject, queue string, handler MsgHandler) (*nats.Subscription, error)
func (*Client) Subscribe ¶
func (c *Client) Subscribe(subject string, handler MsgHandler) (*nats.Subscription, error)
type MsgHandler ¶
Click to show internal directories.
Click to hide internal directories.