Interface IBinding
public interface IBinding : IDeclarable, IServiceNameAware
- Inherited Members
Properties
BindingName
string BindingName { get; set; }
Property Value
Destination
string Destination { get; set; }
Property Value
Exchange
string Exchange { get; set; }
Property Value
IsDestinationQueue
bool IsDestinationQueue { get; }
Property Value
RoutingKey
string RoutingKey { get; set; }
Property Value
Type
Binding.DestinationType Type { get; set; }