Package io.micronaut.http.util
Interface OutgointRequestProcessorMatcher
-
public interface OutgointRequestProcessorMatcher
Defines regular expressions to match requests.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.regex.Pattern
getServiceIdPattern()
java.util.regex.Pattern
getUriPattern()
-