Class BindingBuilder.DestinationConfigurer
public class BindingBuilder.DestinationConfigurer
- Inheritance
-
BindingBuilder.DestinationConfigurer
- Inherited Members
Constructors
DestinationConfigurer(string, DestinationType)
public DestinationConfigurer(string destinationName, Binding.DestinationType type)
Parameters
destinationName
stringtype
Binding.DestinationType
Properties
Name
public string Name { get; }
Property Value
Type
public Binding.DestinationType Type { get; }
Property Value
Methods
To(DirectExchange)
public BindingBuilder.DirectExchangeRoutingKeyConfigurer To(DirectExchange exchange)
Parameters
exchange
DirectExchange
Returns
To(FanoutExchange)
public IBinding To(FanoutExchange exchange)
Parameters
exchange
FanoutExchange
Returns
To(HeadersExchange)
public BindingBuilder.HeadersExchangeMapConfigurer To(HeadersExchange exchange)
Parameters
exchange
HeadersExchange
Returns
To(IExchange)
public BindingBuilder.GenericExchangeRoutingKeyConfigurer To(IExchange exchange)
Parameters
exchange
IExchange
Returns
To(TopicExchange)
public BindingBuilder.TopicExchangeRoutingKeyConfigurer To(TopicExchange exchange)
Parameters
exchange
TopicExchange