Class BindingBuilder.TopicExchangeRoutingKeyConfigurer
Inheritance
System.Object
BindingBuilder.TopicExchangeRoutingKeyConfigurer
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class TopicExchangeRoutingKeyConfigurer : BindingBuilder.AbstractRoutingKeyConfigurer
Constructors
|
Edit this page
View Source
Declaration
public TopicExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer destination, TopicExchange exchange)
Parameters
Methods
|
Edit this page
View Source
Declaration
public IBinding With(Enum routingKeyEnum)
Parameters
Type |
Name |
Description |
Enum |
routingKeyEnum |
|
Returns
|
Edit this page
View Source
Declaration
public IBinding With(string routingKey)
Parameters
Type |
Name |
Description |
System.String |
routingKey |
|
Returns