# File lib/amq/protocol/frame.rb, line 150
150: defdecode_payload
151: @payload
152: end
final?()click to toggle source
# File lib/amq/protocol/frame.rb, line 154
154: deffinal?
155: # we cannot know whether it is final or not so framing code in amq-client
156: # checks this over the entire frameset. MK.
157: false
158: end