Method: Bunny::Session#automatically_recover?

Defined in:
lib/bunny/session.rb

#automatically_recover?Boolean

Returns true if this connection has automatic recovery from network failure enabled.

Returns:

  • (Boolean)

    true if this connection has automatic recovery from network failure enabled



479
480
481
# File 'lib/bunny/session.rb', line 479

def automatically_recover?
  @automatically_recover
end