Package akka.http.javadsl.server
Interface MissingAttributeRejection<T>
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MissingAttributeRejection
public interface MissingAttributeRejection<T> extends Rejection
Rejection created by attribute directives. Signals that the request was rejected because a required request attribute could not be found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeKey<T>
key()
-
-
-
Method Detail
-
key
AttributeKey<T> key()
-
-