Class: Karafka::Routing::Features::Declaratives::Config
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Karafka::Routing::Features::Declaratives::Config
 
 
- Defined in:
 - lib/karafka/routing/features/declaratives/config.rb
 
Overview
Config for declarative topics feature
Instance Attribute Summary collapse
- 
  
    
      #active  ⇒ Object 
    
    
      (also: #active?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute active.
 - 
  
    
      #details  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute details.
 - 
  
    
      #partitions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute partitions.
 - 
  
    
      #replication_factor  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute replication_factor.
 
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
      8 9 10  | 
    
      # File 'lib/karafka/routing/features/declaratives/config.rb', line 8 def active @active end  | 
  
#details ⇒ Object
Returns the value of attribute details
      8 9 10  | 
    
      # File 'lib/karafka/routing/features/declaratives/config.rb', line 8 def details @details end  | 
  
#partitions ⇒ Object
Returns the value of attribute partitions
      8 9 10  | 
    
      # File 'lib/karafka/routing/features/declaratives/config.rb', line 8 def partitions @partitions end  | 
  
#replication_factor ⇒ Object
Returns the value of attribute replication_factor
      8 9 10  | 
    
      # File 'lib/karafka/routing/features/declaratives/config.rb', line 8 def replication_factor @replication_factor end  |