Packages

p

com.spingo

op_rabbit

package op_rabbit

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

Type Members

  1. type Deserialized[T] = Either[ExtractRejection, T]
  2. type Directive1[T] = Directive[::[T, HNil]]
  3. type Handler = (Promise[ReceiveResult], Delivery) ⇒ Unit

Value Members

  1. val futureUnit: Future[Unit]
    Attributes
    protected
  2. object Json4sSupport

    To use this package, you must add 'op-rabbit-json4s' to your dependencies.

    BATTERIES NOT INCLUDED

    To use this package, you must add 'op-rabbit-json4s' to your dependencies.

    Using

    If using json4s-native, import Json4sSupport.native._

    If using json4s-jackson, import Json4sSupport.jackson._

Inherited from AnyRef

Inherited from Any

Ungrouped