Search Results for

    Show / Hide Table of Contents

    Class ExchangeConfig

    Configuration for a default exchange binding.

    Inheritance
    object
    ExchangeConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Chapar.MassTransit.Options
    Assembly: Chapar.MassTransit.dll
    Syntax
    public class ExchangeConfig

    Properties

    | Edit this page View Source

    Name

    The name of the exchange.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RoutingKey

    The routing key used for direct or topic exchanges.

    Declaration
    public string? RoutingKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    The type of the exchange. Default is Fanout.

    Declaration
    public ExchangeType Type { get; init; }
    Property Value
    Type Description
    ExchangeType
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026