Class EventMachine::Protocols::Stomp::Message
In: lib/em/protocols/stomp.rb
Parent: Object

External Aliases

header -> headers

Attributes

body  [RW]  Body of the message
command  [RW]  The command associated with the message, usually ‘CONNECTED’ or ‘MESSAGE‘
header  [RW]  Hash containing headers such as destination and message-id

[Validate]