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
Admins
public string[] Admins { get; set; }
Property Value
- string[]
Declare
public string Declare { get; set; }
Property Value
ExchangeName
public string ExchangeName { get; set; }
Property Value
IgnoreDeclarationExceptions
public string IgnoreDeclarationExceptions { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
QueueName
public string QueueName { get; set; }
Property Value
RoutingKey
public string RoutingKey { get; set; }
Property Value
RoutingKeys
public string[] RoutingKeys { get; set; }
Property Value
- string[]