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