class Nsq::Message

Defined in:

nsq/frames/message.cr

Constructors

Instance Method Summary

Instance methods inherited from class Nsq::Frame

connection : Nsq::Connection connection, data : String data

Constructor methods inherited from class Nsq::Frame

new(data : Slice(UInt8), connection : Connection) new

Instance methods inherited from module Nsq::AttributeLogger

debug(msg) debug, error(msg) error, fatal(msg) fatal, info(msg) info, warn(msg) warn

Class methods inherited from module Nsq::AttributeLogger

included(klass) included

Constructor Detail

def self.new(data, connection) #

[View source]

Instance Method Detail

def attempts : Int16 #

[View source]
def body : String #

[View source]
def finish #

[View source]
def id : String #

[View source]
def requeue(timeout = 0) #

[View source]
def timestamp #

[View source]
def touch #

[View source]