Class QueueBinding
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class QueueBinding : Binding, IQueueBinding, IBinding, IDeclarable, IServiceNameAware
- Inheritance
-
QueueBinding
- Implements
- Inherited Members
Constructors
QueueBinding(string)
public QueueBinding(string bindingName)
Parameters
bindingName
string
QueueBinding(string, string, string, string, Dictionary<string, object>)
public QueueBinding(string name, string queueDestination, string exchange, string routingKey, Dictionary<string, object> arguments)