public static class BindingBuilder.DirectExchangeRoutingKeyConfigurer extends BindingBuilder.AbstractRoutingKeyConfigurer<DirectExchange>
destination, exchange| Modifier | Constructor and Description |
|---|---|
private |
DirectExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer destination,
DirectExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
Binding |
with(java.lang.Enum<?> routingKeyEnum) |
Binding |
with(java.lang.String routingKey) |
Binding |
withQueueName() |
private DirectExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer destination, DirectExchange exchange)