Class ExchangeDeclareConfiguration
Inheritance
object
ExchangeDeclareConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class ExchangeDeclareConfiguration
Constructors
ExchangeDeclareConfiguration(string, string, bool, bool)
Declaration
public ExchangeDeclareConfiguration(string exchangeName, string type, bool durable = false, bool autoDelete = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | exchangeName | |
| string | type | |
| bool | durable | |
| bool | autoDelete |
Properties
Arguments
Declaration
public IDictionary<string, object> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, object> |
AutoDelete
Declaration
public bool AutoDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Durable
Declaration
public bool Durable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ExchangeName
Declaration
public string ExchangeName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |