Interface IEndpointSettings<T>  
  
  
    - Namespace
 - MassTransit
 
  - Assembly
 - MassTransit.Abstractions.dll
 
   
  
  
  
    public interface IEndpointSettings<T> where T : class
   
  Type Parameters
  
    T 
    
  
  Properties
  
  
  ConcurrentMessageLimit
  
  
  
  
  
    int? ConcurrentMessageLimit { get; }
   
  Property Value
  
    - int?
 
    
  
  
  
  
  
  
    bool ConfigureConsumeTopology { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  InstanceId
  
  
  
  
  
    string? InstanceId { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  IsTemporary
  
  
  
  
  
    bool IsTemporary { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  Name
  
  
  
  
  
  Property Value
  
    - string
 
    
  
  
  
  PrefetchCount
  
  
  
  
  
    int? PrefetchCount { get; }
   
  Property Value
  
    - int?