Class BindingBuilder.DestinationConfigurer
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BindingBuilder.DestinationConfigurer
- Inheritance
-
BindingBuilder.DestinationConfigurer
- Inherited Members
Constructors
DestinationConfigurer(string, DestinationType)
public DestinationConfigurer(string destinationName, Binding.DestinationType type)
Parameters
destinationNamestringtypeBinding.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
exchangeDirectExchange
Returns
To(FanoutExchange)
public IBinding To(FanoutExchange exchange)
Parameters
exchangeFanoutExchange
Returns
To(HeadersExchange)
public BindingBuilder.HeadersExchangeMapConfigurer To(HeadersExchange exchange)
Parameters
exchangeHeadersExchange
Returns
To(IExchange)
public BindingBuilder.GenericExchangeRoutingKeyConfigurer To(IExchange exchange)
Parameters
exchangeIExchange
Returns
To(TopicExchange)
public BindingBuilder.TopicExchangeRoutingKeyConfigurer To(TopicExchange exchange)
Parameters
exchangeTopicExchange