Interface RoutingKeyParser

All Known Implementing Classes:
RegexRoutingKeyParser

public interface RoutingKeyParser
Defines methods implemented by classes used to parse the RabbitMq routing key
  • Method Details

    • getRoutingKeyInfo

      RoutingKeyInfo getRoutingKeyInfo(String routingKey)
      Returns a RoutingKeyInfo containing the parsed routing key data
      Parameters:
      routingKey - - a complete RabbitMq routing key
      Returns:
      - a RoutingKeyInfo containing the parsed routing key data