Class ExchangeConfig
Configuration for a default exchange binding.
Inherited Members
Namespace: Chapar.MassTransit.Options
Assembly: Chapar.MassTransit.dll
Syntax
public class ExchangeConfig
Properties
| Edit this page View SourceName
The name of the exchange.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RoutingKey
The routing key used for direct or topic exchanges.
Declaration
public string? RoutingKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the exchange. Default is Fanout.
Declaration
public ExchangeType Type { get; init; }
Property Value
| Type | Description |
|---|---|
| ExchangeType |