Struct nsq::message::Message [] [src]

pub struct Message { /* fields omitted */ }

Message represents a message on the wire.

Methods

impl Message
[src]

The unique message ID which is used to reply back to nsqd.

The body of the message.

This is the timestamp of the message.

Return the number of attempts that nsqd made to deliver the message.

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.