module TrRMIte::Defaults::ClassMethods
Public Instance Methods
trrmite_name()
click to toggle source
# File lib/TrRMIte/defaults.rb, line 10 def trrmite_name const_get('TRRMITE_NAME') rescue NameError TrRMIte.inflect((name.split('::') - ['Manager']).last, :upcase) end
Also aliased as: consumer_name, producer_name
trrmite_topic()
click to toggle source
# File lib/TrRMIte/defaults.rb, line 19 def trrmite_topic const_get('TRRMITE_TOPIC') rescue NameError TrRMIte::DEFAULT_TOPIC end
Also aliased as: consumer_topic, producer_topic