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