Class: Warren::Handler::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/warren/handler/base.rb

Overview

Base class

Direct Known Subclasses

Broadcast, Log, Test

Instance Method Summary collapse

Instance Method Details

#connectObject

Provide API compatibility with the RabbitMQ versions Do nothing in this case



11
# File 'lib/warren/handler/base.rb', line 11

def connect; end

#disconnectObject

Provide API compatibility with the RabbitMQ versions Do nothing in this case



17
# File 'lib/warren/handler/base.rb', line 17

def disconnect; end