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