Class: Legion::Extensions::Node::Transport::Exchanges::ClusterControl

Inherits:
Transport::Exchange
  • Object
show all
Defined in:
lib/legion/extensions/node/transport/exchanges/cluster_control.rb

Instance Method Summary collapse

Instance Method Details

#default_typeObject



13
14
15
# File 'lib/legion/extensions/node/transport/exchanges/cluster_control.rb', line 13

def default_type
  'topic'
end

#exchange_nameObject



9
10
11
# File 'lib/legion/extensions/node/transport/exchanges/cluster_control.rb', line 9

def exchange_name
  'legion.cluster.control'
end