Property Type
Type
The type of the exchange. Can be either topic, direct, fanout, default or headers.
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AmqpExchangeType? Type { get; set; }
The type of the exchange. Can be either topic, direct, fanout, default or headers.
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AmqpExchangeType? Type { get; set; }