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