Method: Qup::TopicAPI#publisher

Defined in:
lib/qup/topic_api.rb

#publisherObject

Public: Creates a Publisher for the Topic

Returns a new Publisher

Raises:

  • (NotImplementedError)


32
33
34
# File 'lib/qup/topic_api.rb', line 32

def publisher
  raise NotImplementedError, "please implement 'publisher'"
end