Class: PulsarSdk::Options::Producer

Inherits:
Base
  • Object
show all
Defined in:
lib/pulsar_sdk/options/producer.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Tweaks::AssignAttributes

#assign_attributes, #initialize

Methods included from Tweaks::CleanInspect

#inspect

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/pulsar_sdk/options/producer.rb', line 4

def name
  @name
end

#routerObject

Returns the value of attribute router.



4
5
6
# File 'lib/pulsar_sdk/options/producer.rb', line 4

def router
  @router
end

#schemaObject

TODO



5
6
7
# File 'lib/pulsar_sdk/options/producer.rb', line 5

def schema
  @schema
end

#topicObject

Returns the value of attribute topic.



4
5
6
# File 'lib/pulsar_sdk/options/producer.rb', line 4

def topic
  @topic
end