Class: PulsarSdk::Options::Consumer
- Defined in:
- lib/pulsar_sdk/options/consumer.rb
Instance Attribute Summary collapse
-
#listen_wait ⇒ Object
Returns the value of attribute listen_wait.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prefetch ⇒ Object
Returns the value of attribute prefetch.
-
#read_compacted ⇒ Object
Returns the value of attribute read_compacted.
-
#redelivery_delay ⇒ Object
Returns the value of attribute redelivery_delay.
-
#replicate_subscription_state ⇒ Object
Returns the value of attribute replicate_subscription_state.
-
#subscription_name ⇒ Object
Returns the value of attribute subscription_name.
-
#subscription_type ⇒ Object
Returns the value of attribute subscription_type.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#topics ⇒ Object
Returns the value of attribute topics.
-
#topics_pattern ⇒ Object
Returns the value of attribute topics_pattern.
Method Summary
Methods included from Tweaks::AssignAttributes
#assign_attributes, #initialize
Methods included from Tweaks::CleanInspect
Instance Attribute Details
#listen_wait ⇒ Object
Returns the value of attribute listen_wait.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def listen_wait @listen_wait end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def name @name end |
#prefetch ⇒ Object
Returns the value of attribute prefetch.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def prefetch @prefetch end |
#read_compacted ⇒ Object
Returns the value of attribute read_compacted.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def read_compacted @read_compacted end |
#redelivery_delay ⇒ Object
Returns the value of attribute redelivery_delay.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def redelivery_delay @redelivery_delay end |
#replicate_subscription_state ⇒ Object
Returns the value of attribute replicate_subscription_state.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def replicate_subscription_state @replicate_subscription_state end |
#subscription_name ⇒ Object
Returns the value of attribute subscription_name.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def subscription_name @subscription_name end |
#subscription_type ⇒ Object
Returns the value of attribute subscription_type.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def subscription_type @subscription_type end |
#topic ⇒ Object
Returns the value of attribute topic.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def topic @topic end |
#topics ⇒ Object
Returns the value of attribute topics.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def topics @topics end |
#topics_pattern ⇒ Object
Returns the value of attribute topics_pattern.
4 5 6 |
# File 'lib/pulsar_sdk/options/consumer.rb', line 4 def topics_pattern @topics_pattern end |