package
0.3.8
Repository: https://github.com/wksw/nsq.git
Documentation: pkg.go.dev

# README

nsqd

nsqd is the daemon that receives, queues, and delivers messages to clients.

Read the docs

# Functions

No description provided by the author
NewChannel creates a new instance of the Channel type and returns a pointer.
No description provided by the author
No description provided by the author
No description provided by the author
Topic constructor.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Channel represents the concrete type for a NSQ channel (and also implements the Queue interface) There can be multiple channels per topic, each with there own unique set of subscribers (clients).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

BackendQueue represents the behavior for the secondary message storage system.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author