Object

com.github.gvolpe.fs2rabbit.effects

EnvelopeDecoder

Related Doc: package effects

Permalink

object EnvelopeDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnvelopeDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply[F[_], A](implicit e: EnvelopeDecoder[F, A]): EnvelopeDecoder[F, A]

    Permalink
  5. def arrayHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Seq[Any]]

    Permalink
  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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def exchangeName[F[_]](implicit arg0: Applicative[F]): EnvelopeDecoder[F, ExchangeName]

    Permalink
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def header[F[_]](name: String)(implicit F: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, AmqpHeaderVal]

    Permalink
  15. def intHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Int]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def longHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Long]

    Permalink
  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. def optArrayHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Option[Seq[Any]]]

    Permalink
  22. def optHeader[F[_]](name: String)(implicit arg0: Applicative[F]): EnvelopeDecoder[F, Option[AmqpHeaderVal]]

    Permalink
  23. def optIntHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Option[Int]]

    Permalink
  24. def optLongHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Option[Long]]

    Permalink
  25. def optStringHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, Option[String]]

    Permalink
  26. def payload[F[_]](implicit arg0: Applicative[F]): EnvelopeDecoder[F, Array[Byte]]

    Permalink
  27. def properties[F[_]](implicit arg0: Applicative[F]): EnvelopeDecoder[F, AmqpProperties]

    Permalink
  28. def redelivered[F[_]](implicit arg0: Applicative[F]): EnvelopeDecoder[F, Boolean]

    Permalink
  29. def routingKey[F[_]](implicit arg0: Applicative[F]): EnvelopeDecoder[F, RoutingKey]

    Permalink
  30. def stringHeader[F[_]](name: String)(implicit arg0: ApplicativeError[F, Throwable]): EnvelopeDecoder[F, String]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped