Class EndpointSettings<T>  
  
  
    - Namespace
 - MassTransit.Configuration
 
  - Assembly
 - MassTransit.Abstractions.dll
 
   
  
  
  
    public class EndpointSettings<T> : IEndpointSettings<T> where T : class
   
  Type Parameters
  
    T 
    
  
  
    - Inheritance
 
    - 
      
      
EndpointSettings<T>
     
  
  
    - Implements
 
    - 
      
    
 
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  EndpointSettings()
  
  
  
  
  
    public EndpointSettings()
   
  Properties
  
  
  ConcurrentMessageLimit
  
  
  
  
  
    public int? ConcurrentMessageLimit { get; set; }
   
  Property Value
  
    - int?
 
    
  
  
  
  
  
  
    public bool ConfigureConsumeTopology { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  InstanceId
  
  
  
  
  
    public string? InstanceId { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  IsTemporary
  
  
  
  
  
    public bool IsTemporary { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  Name
  
  
  
  
  
    public string? Name { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  PrefetchCount
  
  
  
  
  
    public int? PrefetchCount { get; set; }
   
  Property Value
  
    - int?