NATS::Message
Constructors
new(subject : String, data data_string : String, reply_to : Nil | String = nil, headers : HTTP::Headers | Nil = nil)
SourceInstance methods
body
Sourcebody_io
DEPRECATED Instantiating a new IO::Memory for each message made them heavier than intended, so we're now recommending using String.new(msg.body)
data
Sourcedata_string
Sourceheaders
Sourcereply_to
Sourcesubject
Source