Class: Legion::Extensions::Mesh::Transport::Exchanges::Fanout
- Inherits:
-
Transport::Exchange
- Object
- Transport::Exchange
- Legion::Extensions::Mesh::Transport::Exchanges::Fanout
- Defined in:
- lib/legion/extensions/mesh/transport/exchanges/fanout.rb
Instance Method Summary collapse
Instance Method Details
#default_options ⇒ Object
17 18 19 20 21 |
# File 'lib/legion/extensions/mesh/transport/exchanges/fanout.rb', line 17 def hash = super hash[:passive] = true hash end |
#default_type ⇒ Object
13 14 15 |
# File 'lib/legion/extensions/mesh/transport/exchanges/fanout.rb', line 13 def default_type 'fanout' end |
#exchange_name ⇒ Object
9 10 11 |
# File 'lib/legion/extensions/mesh/transport/exchanges/fanout.rb', line 9 def exchange_name 'amq.fanout' end |