Trait

com.spingo.op_rabbit.properties

UnboundTypedHeader

Related Doc: package properties

Permalink

trait UnboundTypedHeader[T] extends (T) ⇒ TypedHeader[T] with PropertyExtractor[T] with HashMapExtractor[T]

Describes a TypedHeader without a value. Can be used in conjunction with Directives.property to extract a T from a message's headers. Also, can be applied with T to created a TypedHeader.

Rather than instantiate these directly, use TypedHeader$.{{apply}}.

See TypedHeader

Linear Supertypes
HashMapExtractor[T], PropertyExtractor[T], (T) ⇒ TypedHeader[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnboundTypedHeader
  2. HashMapExtractor
  3. PropertyExtractor
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val fromHeaderValue: FromHeaderValue[T]

    Permalink
    Attributes
    protected
  2. abstract val name: String

    Permalink
  3. implicit abstract val toHeaderValue: ToHeaderValue[T, HeaderValue]

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (TypedHeader[T]) ⇒ A): (T) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def apply(value: T): TypedHeader[T]

    Permalink
    Definition Classes
    UnboundTypedHeader → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[A](g: (A) ⇒ T): (A) ⇒ TypedHeader[T]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def extract(m: Map[String, AnyRef]): Option[T]

    Permalink
    Definition Classes
    UnboundTypedHeader → HashMapExtractor
  12. final def extract(properties: BasicProperties): Option[T]

    Permalink
    Definition Classes
    UnboundTypedHeader → PropertyExtractor
  13. final def extractorName: String

    Permalink
    Definition Classes
    UnboundTypedHeader → PropertyExtractor
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  23. final def untyped: UnboundHeader

    Permalink
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HashMapExtractor[T]

Inherited from PropertyExtractor[T]

Inherited from (T) ⇒ TypedHeader[T]

Inherited from AnyRef

Inherited from Any

Ungrouped