Show / Hide Table of Contents

    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 Source

    ReceiveEndpointOptions()

    Initializes a new instance of the ReceiveEndpointOptions class.

    Declaration
    public ReceiveEndpointOptions()

    Properties

    View Source

    ConcurrencyLimit

    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.

    • View Source
    In This Article
    • Constructors
      • ReceiveEndpointOptions()
    • Properties
      • ConcurrencyLimit
    Back to top Generated by DocFX