Package akka.http.javadsl.model
Class AttributeKey<T>
- java.lang.Object
-
- akka.http.javadsl.model.AttributeKey<T>
-
- Direct Known Subclasses:
AttributeKey
@DoNotInherit public abstract class AttributeKey<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <U> AttributeKey<U>
create(java.lang.String name, java.lang.Class<U> clazz)
-
-
-
Method Detail
-
create
public static <U> AttributeKey<U> create(java.lang.String name, java.lang.Class<U> clazz)
-
-