Module nsq::message [] [src]

The message module contains a type that an nsqd instance writes on the wire for a single message.

Structs

Message

Message represents a message on the wire.

MessageBuilder

Builder for Message.

NsqResponder

NsqResponder is used to write back to nsqd.

Enums

MessageReply

MessageReply tells nsqd what to do with the message that was previously consumed.

Traits

Handler

Handler is a trait that a type must implement to handle messages from a consumer.