Class: Karafka::Routing::Features::DeadLetterQueue::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Routing::Features::DeadLetterQueue::Config
- Defined in:
- lib/karafka/routing/features/dead_letter_queue/config.rb
Overview
Config for dead letter queue feature
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#dispatch_method ⇒ Object
Returns the value of attribute dispatch_method.
-
#independent ⇒ Object
(also: #independent?)
Returns the value of attribute independent.
-
#mark_after_dispatch ⇒ Object
Returns the value of attribute mark_after_dispatch.
-
#marking_method ⇒ Object
Returns the value of attribute marking_method.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#transactional ⇒ Object
(also: #transactional?)
Returns the value of attribute transactional.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def active @active end |
#dispatch_method ⇒ Object
Returns the value of attribute dispatch_method
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def dispatch_method @dispatch_method end |
#independent ⇒ Object Also known as: independent?
Returns the value of attribute independent
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def independent @independent end |
#mark_after_dispatch ⇒ Object
Returns the value of attribute mark_after_dispatch
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def mark_after_dispatch @mark_after_dispatch end |
#marking_method ⇒ Object
Returns the value of attribute marking_method
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def marking_method @marking_method end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def max_retries @max_retries end |
#strategy ⇒ Object
Returns the value of attribute strategy
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def strategy @strategy end |
#topic ⇒ Object
Returns the value of attribute topic
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def topic @topic end |
#transactional ⇒ Object Also known as: transactional?
Returns the value of attribute transactional
8 9 10 |
# File 'lib/karafka/routing/features/dead_letter_queue/config.rb', line 8 def transactional @transactional end |