Table of Contents

Class DeclareAnonymousQueueAttribute

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

Constructors

DeclareAnonymousQueueAttribute(string)

public DeclareAnonymousQueueAttribute(string id)

Parameters

id string

Properties

Id

public string Id { get; set; }

Property Value

string