Table of Contents

Class DeclareQueueBindingAttribute

Namespace
Steeltoe.Messaging.RabbitMQ.Attributes
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface, AllowMultiple = true)]
public class DeclareQueueBindingAttribute : Attribute
Inheritance
DeclareQueueBindingAttribute
Inherited Members

Constructors

DeclareQueueBindingAttribute()

public DeclareQueueBindingAttribute()

Properties

Admin

public string Admin { get; set; }

Property Value

string

Admins

public string[] Admins { get; set; }

Property Value

string[]

Declare

public string Declare { get; set; }

Property Value

string

ExchangeName

public string ExchangeName { get; set; }

Property Value

string

IgnoreDeclarationExceptions

public string IgnoreDeclarationExceptions { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

QueueName

public string QueueName { get; set; }

Property Value

string

RoutingKey

public string RoutingKey { get; set; }

Property Value

string

RoutingKeys

public string[] RoutingKeys { get; set; }

Property Value

string[]