Method: Qup::TopicAPI#publisher
- Defined in:
- lib/qup/topic_api.rb
#publisher ⇒ Object
Public: Creates a Publisher for the Topic
Returns a new Publisher
32 33 34 |
# File 'lib/qup/topic_api.rb', line 32 def publisher raise NotImplementedError, "please implement 'publisher'" end |