struct LavinMQ::Client::Channel::TxMessage

Defined in:

lavinmq/client/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : Message, mandatory : Bool, immediate : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(message _message = @message, mandatory _mandatory = @mandatory, immediate _immediate = @immediate) #

[View source]
def immediate : Bool #

def mandatory : Bool #

def message : Message #