Class ExchangeDeclareConfiguration
Inheritance
ExchangeDeclareConfiguration
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class ExchangeDeclareConfiguration
Constructors
ExchangeDeclareConfiguration(string, string, bool, bool, IDictionary<string, object?>?)
Declaration
public ExchangeDeclareConfiguration(string exchangeName, string type, bool durable = false, bool autoDelete = false, IDictionary<string, object?>? arguments = null)
Parameters
Properties
Arguments
Declaration
public IDictionary<string, object?> Arguments { get; }
Property Value
AutoDelete
Declaration
public bool AutoDelete { get; set; }
Property Value
Durable
Declaration
public bool Durable { get; set; }
Property Value
ExchangeName
Declaration
public string ExchangeName { get; }
Property Value
Type
Declaration
public string Type { get; }
Property Value
Extension Methods