Class: Karafka::Pro::Routing::Features::Pausing::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Pro::Routing::Features::Pausing::Config
- Defined in:
- lib/karafka/pro/routing/features/pausing/config.rb
Overview
Config for pausing feature
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#max_timeout ⇒ Object
Returns the value of attribute max_timeout.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#with_exponential_backoff ⇒ Object
(also: #with_exponential_backoff?)
Returns the value of attribute with_exponential_backoff.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
12 13 14 |
# File 'lib/karafka/pro/routing/features/pausing/config.rb', line 12 def active @active end |
#max_timeout ⇒ Object
Returns the value of attribute max_timeout
12 13 14 |
# File 'lib/karafka/pro/routing/features/pausing/config.rb', line 12 def max_timeout @max_timeout end |
#timeout ⇒ Object
Returns the value of attribute timeout
12 13 14 |
# File 'lib/karafka/pro/routing/features/pausing/config.rb', line 12 def timeout @timeout end |
#with_exponential_backoff ⇒ Object Also known as: with_exponential_backoff?
Returns the value of attribute with_exponential_backoff
12 13 14 |
# File 'lib/karafka/pro/routing/features/pausing/config.rb', line 12 def with_exponential_backoff @with_exponential_backoff end |