Class: Warren::Handler::Base
- Inherits:
-
Object
- Object
- Warren::Handler::Base
- Defined in:
- lib/warren/handler/base.rb
Overview
Base class
Instance Method Summary collapse
-
#connect ⇒ Object
Provide API compatibility with the RabbitMQ versions Do nothing in this case.
-
#disconnect ⇒ Object
Provide API compatibility with the RabbitMQ versions Do nothing in this case.
Instance Method Details
#connect ⇒ Object
Provide API compatibility with the RabbitMQ versions Do nothing in this case
11 |
# File 'lib/warren/handler/base.rb', line 11 def connect; end |
#disconnect ⇒ Object
Provide API compatibility with the RabbitMQ versions Do nothing in this case
17 |
# File 'lib/warren/handler/base.rb', line 17 def disconnect; end |