public class RegexRoutingKeyParser extends Object implements RoutingKeyParser
RoutingKeyParser
implementation that uses regex for key parsingConstructor 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 RoutingKeyParser
routingKey
- - a complete RabbitMq routing keyRoutingKeyInfo
containing the parsed routing key dataCopyright © 2016–2025. All rights reserved.