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
2285
2286
2287
2288
|
# File 'lib/amq/protocol/client.rb', line 2285
def self.encode(channel)
buffer = @packed_indexes.dup
MethodFrame.new(buffer, channel)
end
|
.has_content? ⇒ Boolean
2279
2280
2281
|
# File 'lib/amq/protocol/client.rb', line 2279
def self.has_content?
false
end
|