Package io.micronaut.http.util
Interface OutgoingHttpRequestProcessor
-
- All Known Implementing Classes:
OutgoingHttpRequestProcessorImpl
public interface OutgoingHttpRequestProcessorDefines a utility class which evaluates if aHttpRequestshould be processed.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldProcessRequest(OutgointRequestProcessorMatcher matcher, HttpRequest<?> request)
-
-
-
Method Detail
-
shouldProcessRequest
boolean shouldProcessRequest(OutgointRequestProcessorMatcher matcher, HttpRequest<?> request)
- Parameters:
matcher- Request Matcherrequest- The request- Returns:
- true if the request should be processed
-
-