class Warren::Handler::Base
Base
class
Public Instance Methods
connect()
click to toggle source
Provide API compatibility with the RabbitMQ versions Do nothing in this case
# File lib/warren/handler/base.rb, line 11 def connect; end
disconnect()
click to toggle source
Provide API compatibility with the RabbitMQ versions Do nothing in this case
# File lib/warren/handler/base.rb, line 17 def disconnect; end