Table of Contents

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

string

Admins

public string[] Admins { get; set; }

Property Value

string[]

AutoDelete

public string AutoDelete { get; set; }

Property Value

string

Declare

public string Declare { get; set; }

Property Value

string

Delayed

public string Delayed { get; set; }

Property Value

string

Durable

public string Durable { get; set; }

Property Value

string

IgnoreDeclarationExceptions

public string IgnoreDeclarationExceptions { get; set; }

Property Value

string

Internal

public string Internal { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string