Class: AMQ::Protocol::Tx::Commit
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Class Method Details
.encode(channel) ⇒ Object
[]
2235 2236 2237 2238 |
# File 'lib/amq/protocol/client.rb', line 2235 def self.encode(channel) buffer = @packed_indexes.dup MethodFrame.new(buffer, channel) end |
.has_content? ⇒ Boolean
2229 2230 2231 |
# File 'lib/amq/protocol/client.rb', line 2229 def self.has_content? false end |