Class RegexRoutingKeyParser
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.RegexRoutingKeyParser
- All Implemented Interfaces:
RoutingKeyParser
A
RoutingKeyParser implementation that uses regex for key parsing-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoutingKeyInfo(String routingKey) Returns aRoutingKeyInfocontaining the parsed routing key data
-
Constructor Details
-
RegexRoutingKeyParser
public RegexRoutingKeyParser()
-
-
Method Details
-
getRoutingKeyInfo
Returns aRoutingKeyInfocontaining the parsed routing key data- Specified by:
getRoutingKeyInfoin interfaceRoutingKeyParser- Parameters:
routingKey- - a complete RabbitMq routing key- Returns:
- - a
RoutingKeyInfocontaining the parsed routing key data
-