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