Class ReceiveEndpointOptions
Represents the options for configuring a receive endpoint.
Inheritance
System.Object
ReceiveEndpointOptions
Namespace: Copper.MassTransit
Assembly: Copper.MassTransit.dll
Syntax
public class ReceiveEndpointOptions
Constructors
View SourceReceiveEndpointOptions()
Initializes a new instance of the ReceiveEndpointOptions class.
Declaration
public ReceiveEndpointOptions()
Properties
View SourceConcurrencyLimit
Gets or sets the number of concurrent messages that can be consumed.
Declaration
public int ConcurrencyLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of concurrent messages that can be consumed. |