Class: AMQ::Protocol::Tx::Rollback
- 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
[]
2277 2278 2279 2280 |
# File 'lib/amq/protocol/client.rb', line 2277 def self.encode(channel) buffer = @packed_indexes.dup MethodFrame.new(buffer, channel) end |
.has_content? ⇒ Boolean
2271 2272 2273 |
# File 'lib/amq/protocol/client.rb', line 2271 def self.has_content? false end |