Package akka.http.javadsl.server
Interface InvalidRequiredValueForQueryParamRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
InvalidRequiredValueForQueryParamRejection
public interface InvalidRequiredValueForQueryParamRejection extends Rejection
Rejection created by parameter filters. Signals that the request was rejected because a query parameter value was not equal to required one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
actualValue()
java.lang.String
expectedValue()
java.lang.String
parameterName()
-