Class DeclareQueueBindingAttribute
Inheritance
System.Object
DeclareQueueBindingAttribute
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DeclareQueueBindingAttribute : Attribute
Constructors
|
Edit this page
View Source
DeclareQueueBindingAttribute()
Declaration
public DeclareQueueBindingAttribute()
Properties
|
Edit this page
View Source
Admin
Declaration
public string Admin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Admins
Declaration
public string[] Admins { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Declare
Declaration
public string Declare { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ExchangeName
Declaration
public string ExchangeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IgnoreDeclarationExceptions
Declaration
public string IgnoreDeclarationExceptions { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
QueueName
Declaration
public string QueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RoutingKeys
Declaration
public string[] RoutingKeys { get; set; }
Property Value
Type |
Description |
System.String[] |
|