Method: AMQP::Channel#auto_recovery

Defined in:
lib/amqp/channel.rb

#auto_recoveryBoolean

Returns true if this channel is in automatic recovery mode.

Returns:

  • (Boolean)

    true if this channel is in automatic recovery mode

See Also:



250
251
252
# File 'lib/amqp/channel.rb', line 250

def auto_recovery
  @auto_recovery
end