Class BindingBuilder.DestinationConfigurer
Inheritance
System.Object
BindingBuilder.DestinationConfigurer
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class DestinationConfigurer : object
Constructors
|
Edit this page
View Source
Declaration
public DestinationConfigurer(string destinationName, Binding.DestinationType type)
Parameters
Properties
|
Edit this page
View Source
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public Binding.DestinationType Type { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public BindingBuilder.DirectExchangeRoutingKeyConfigurer To(DirectExchange exchange)
Parameters
Returns
|
Edit this page
View Source
Declaration
public IBinding To(FanoutExchange exchange)
Parameters
Returns
|
Edit this page
View Source
Declaration
public BindingBuilder.HeadersExchangeMapConfigurer To(HeadersExchange exchange)
Parameters
Returns
|
Edit this page
View Source
Declaration
public BindingBuilder.GenericExchangeRoutingKeyConfigurer To(IExchange exchange)
Parameters
Returns
|
Edit this page
View Source
Declaration
public BindingBuilder.TopicExchangeRoutingKeyConfigurer To(TopicExchange exchange)
Parameters
Returns