Class: AMQ::Protocol::Tx::Rollback
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Tx::Rollback
show all
- 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
2212
2213
2214
2215
|
# File 'lib/amq/protocol/client.rb', line 2212
def self.encode(channel)
buffer = @packed_indexes.dup
MethodFrame.new(buffer, channel)
end
|
.has_content? ⇒ Boolean
2206
2207
2208
|
# File 'lib/amq/protocol/client.rb', line 2206
def self.has_content?
false
end
|