Method: AMQP::Channel#reset_publisher_index!
- Defined in:
- lib/amqp/channel.rb
#reset_publisher_index! ⇒ Object
Resets publisher index to 0
1292 1293 1294 |
# File 'lib/amqp/channel.rb', line 1292 def reset_publisher_index! @publisher_index = 0 end |