Class AttributeKey<T>

java.lang.Object
org.apache.pekko.http.javadsl.model.AttributeKey<T>
org.apache.pekko.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 Summary

    Constructors
    Constructor
    Description
    AttributeKey(String name, Class<?> clazz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> AttributeKey<T>
    apply(String name, scala.reflect.ClassTag<T> evidence$1)
     
     

    Methods inherited from class org.apache.pekko.http.javadsl.model.AttributeKey

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • 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()