Uses of Interface
org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
-
Packages that use RestConsumerContextPathMatcher.ConsumerPath Package Description org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user -
-
Uses of RestConsumerContextPathMatcher.ConsumerPath in org.apache.camel.support
Methods in org.apache.camel.support that return RestConsumerContextPathMatcher.ConsumerPath Modifier and Type Method Description static RestConsumerContextPathMatcher.ConsumerPath
RestConsumerContextPathMatcher. matchBestPath(String requestMethod, String requestPath, List<RestConsumerContextPathMatcher.ConsumerPath> consumerPaths)
Finds the best matching of the list of consumer paths that should service the incoming request.Method parameters in org.apache.camel.support with type arguments of type RestConsumerContextPathMatcher.ConsumerPath Modifier and Type Method Description static RestConsumerContextPathMatcher.ConsumerPath
RestConsumerContextPathMatcher. matchBestPath(String requestMethod, String requestPath, List<RestConsumerContextPathMatcher.ConsumerPath> consumerPaths)
Finds the best matching of the list of consumer paths that should service the incoming request.
-