Class Binding
public class Binding : AbstractDeclarable, IBinding, IDeclarable, IServiceNameAware
- Inheritance
-
Binding
- Implements
- Derived
- Inherited Members
Constructors
Binding(string)
public Binding(string bindingName)
Parameters
bindingName
string
Binding(string, string, DestinationType, string, string, Dictionary<string, object>)
public Binding(string bindingName, string destination, Binding.DestinationType destinationType, string exchange, string routingKey, Dictionary<string, object> arguments)
Parameters
bindingName
stringdestination
stringdestinationType
Binding.DestinationTypeexchange
stringroutingKey
stringarguments
Dictionary<string, object>
Properties
BindingName
public string BindingName { get; set; }
Property Value
Destination
public string Destination { get; set; }
Property Value
Exchange
public string Exchange { get; set; }
Property Value
IsDestinationQueue
public bool IsDestinationQueue { get; }
Property Value
RoutingKey
public string RoutingKey { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }
Property Value
Type
public Binding.DestinationType Type { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.