Class: Waffle::Transports::Rabbitmq

Inherits:
Base
  • Object
show all
Defined in:
lib/waffle/transports/rabbitmq.rb

Constant Summary collapse

EXCHANGE =
'events'

Instance Attribute Summary

Attributes inherited from Base

#config

Method Summary

Methods inherited from Base

#initialize, #publish, #subscribe

Constructor Details

This class inherits a constructor from Waffle::Transports::Base