module Hat::Patterns::Topic::ClassMethods
Public Instance Methods
listen(key=nil)
click to toggle source
# File lib/hat/patterns/topic.rb, line 7 def listen(key=nil) self.bind_options[:routing_key] = key end