Class Binding
Inheritance
System.Object
Binding
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Binding : AbstractDeclarable, IBinding, IDeclarable
Constructors
|
Edit this page
View Source
Binding(String)
Declaration
public Binding(string bindingName)
Parameters
Type |
Name |
Description |
System.String |
bindingName |
|
|
Edit this page
View Source
Binding(String, String, Binding.DestinationType, String, String, Dictionary<String, Object>)
Declaration
public Binding(string bindingName, string destination, Binding.DestinationType destinationType, string exchange, string routingKey, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
System.String |
bindingName |
|
System.String |
destination |
|
Binding.DestinationType |
destinationType |
|
System.String |
exchange |
|
System.String |
routingKey |
|
Dictionary<System.String, System.Object> |
arguments |
|
Properties
|
Edit this page
View Source
BindingName
Declaration
public string BindingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Exchange
Declaration
public string Exchange { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsDestinationQueue
Declaration
public bool IsDestinationQueue { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
public Binding.DestinationType Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
IServiceNameAware