Interface RoutingKeyParser
- All Known Implementing Classes:
RegexRoutingKeyParser
public interface RoutingKeyParser
Defines methods implemented by classes used to parse the RabbitMq routing key
-
Method Summary
Modifier and TypeMethodDescriptiongetRoutingKeyInfo(String routingKey) Returns aRoutingKeyInfocontaining the parsed routing key data
-
Method Details
-
getRoutingKeyInfo
Returns aRoutingKeyInfocontaining the parsed routing key data- Parameters:
routingKey- - a complete RabbitMq routing key- Returns:
- - a
RoutingKeyInfocontaining the parsed routing key data
-