Interface IBinding
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IBinding : IDeclarable
Properties
|
Edit this page
View Source
BindingName
Declaration
string BindingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Destination
Declaration
string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Exchange
Declaration
string Exchange { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsDestinationQueue
Declaration
bool IsDestinationQueue { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RoutingKey
Declaration
string RoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
Binding.DestinationType Type { get; set; }
Property Value