Class QueueNameAttribute
Specifies the queue name that a consumer should bind to when processing commands.
If not provided, MassTransit's default naming convention is used.
Inheritance
QueueNameAttribute
Assembly: Chapar.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class QueueNameAttribute : Attribute
Constructors
|
Edit this page
View Source
QueueNameAttribute(string)
Declaration
public QueueNameAttribute(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value