Class: Karafka::Pro::Routing::Features::AdaptiveIterator::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Pro::Routing::Features::AdaptiveIterator::Config
- Defined in:
- lib/karafka/pro/routing/features/adaptive_iterator/config.rb
Overview
Adaptive Iterator configuration
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#clean_after_yielding ⇒ Object
(also: #clean_after_yielding?)
Returns the value of attribute clean_after_yielding.
-
#marking_method ⇒ Object
Returns the value of attribute marking_method.
-
#safety_margin ⇒ Object
Returns the value of attribute safety_margin.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
20 21 22 |
# File 'lib/karafka/pro/routing/features/adaptive_iterator/config.rb', line 20 def active @active end |
#clean_after_yielding ⇒ Object Also known as: clean_after_yielding?
Returns the value of attribute clean_after_yielding
20 21 22 |
# File 'lib/karafka/pro/routing/features/adaptive_iterator/config.rb', line 20 def clean_after_yielding @clean_after_yielding end |
#marking_method ⇒ Object
Returns the value of attribute marking_method
20 21 22 |
# File 'lib/karafka/pro/routing/features/adaptive_iterator/config.rb', line 20 def marking_method @marking_method end |
#safety_margin ⇒ Object
Returns the value of attribute safety_margin
20 21 22 |
# File 'lib/karafka/pro/routing/features/adaptive_iterator/config.rb', line 20 def safety_margin @safety_margin end |