Class DeclareExchangeAttribute
- Namespace
- Steeltoe.Messaging.RabbitMQ.Attributes
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface, AllowMultiple = true)]
public class DeclareExchangeAttribute : Attribute
- Inheritance
-
DeclareExchangeAttribute
- Inherited Members
Constructors
DeclareExchangeAttribute()
public DeclareExchangeAttribute()
Properties
Admin
public string Admin { get; set; }
Property Value
Admins
public string[] Admins { get; set; }
Property Value
- string[]
AutoDelete
public string AutoDelete { get; set; }
Property Value
Declare
public string Declare { get; set; }
Property Value
Delayed
public string Delayed { get; set; }
Property Value
Durable
public string Durable { get; set; }
Property Value
IgnoreDeclarationExceptions
public string IgnoreDeclarationExceptions { get; set; }
Property Value
Internal
public string Internal { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Type
public string Type { get; set; }