public class RegexRoutingKeyParser extends Object implements RoutingKeyParser
RoutingKeyParser implementation that uses regex for key parsing| Constructor and Description |
|---|
RegexRoutingKeyParser() |
| Modifier and Type | Method and Description |
|---|---|
RoutingKeyInfo |
getRoutingKeyInfo(String routingKey)
Returns a
RoutingKeyInfo containing the parsed routing key data |
public RoutingKeyInfo getRoutingKeyInfo(String routingKey)
RoutingKeyInfo containing the parsed routing key datagetRoutingKeyInfo in interface RoutingKeyParserroutingKey - - a complete RabbitMq routing keyRoutingKeyInfo containing the parsed routing key dataCopyright © 2016–2025. All rights reserved.