Class MissingAttributeRejection<T>
java.lang.Object
org.apache.pekko.http.scaladsl.server.MissingAttributeRejection<T>
- All Implemented Interfaces:
- Serializable,- MissingAttributeRejection<T>,- Rejection,- Rejection,- scala.Equals,- scala.Product
public final class MissingAttributeRejection<T>
extends Object
implements MissingAttributeRejection<T>, Rejection, scala.Product, Serializable
Rejection created by attribute directives.
 Signals that the request was rejected because a required request attribute could not be found.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
MissingAttributeRejection
 
- 
- 
Method Details- 
key- Specified by:
- keyin interface- MissingAttributeRejection<T>
 
 
-