Class QueueBinding
Inheritance
System.Object
QueueBinding
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class QueueBinding : Binding, IQueueBinding, IBinding, IDeclarable
Constructors
|
Edit this page
View Source
QueueBinding(String)
Declaration
public QueueBinding(string bindingName)
Parameters
Type |
Name |
Description |
System.String |
bindingName |
|
|
Edit this page
View Source
QueueBinding(String, String, String, String, Dictionary<String, Object>)
Declaration
public QueueBinding(string name, string queueDestination, string exchange, string routingKey, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
queueDestination |
|
System.String |
exchange |
|
System.String |
routingKey |
|
Dictionary<System.String, System.Object> |
arguments |
|
Implements
IServiceNameAware