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