Class AttributeKey<T>

java.lang.Object
akka.http.javadsl.model.AttributeKey<T>
akka.http.scaladsl.model.AttributeKey<T>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class AttributeKey<T> extends AttributeKey<T> implements scala.Product, Serializable
See Also:
  • Constructor Details

    • AttributeKey

      public AttributeKey(String name, Class<?> clazz)
  • Method Details

    • apply

      public static <T> AttributeKey<T> apply(String name, scala.reflect.ClassTag<T> evidence$1)
    • name

      public String name()