# File lib/rabbiter.rb, line 255 def close_connection @connection.close end
# File lib/rabbiter.rb, line 251 def reconnect(server, port) @connection.reconnect end
# File lib/rabbiter.rb, line 246 def reconnect_after(timeout) @reconnect_callback.call(timeout, @reconnect_retries) if @reconnect_callback @connection.reconnect(:after => timeout) end
Generated with the Darkfish Rdoc Generator 2.