# File lib/amq/protocol/frame.rb, line 179 def decode_payload @payload end
# File lib/amq/protocol/frame.rb, line 183 def final? # we cannot know whether it is final or not so framing code in amq-client # checks this over the entire frameset. MK. false end