Packages

p

com.itv

bucky

package bucky

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

Type Members

  1. type Bindings = PartialFunction[RoutingKey, QueueName]
  2. type DeliveryUnmarshaller[T] = Unmarshaller[Delivery, T]
  3. type Handler[-T] = (T) ⇒ Future[ConsumeAction]
  4. type PayloadUnmarshaller[T] = Unmarshaller[Payload, T]
  5. type Publisher[-T] = (T) ⇒ Future[Unit]
  6. type RequeueHandler[-T] = (T) ⇒ Future[RequeueConsumeAction]

Value Members

  1. def safePerform[T](future: ⇒ Future[T])(implicit executionContext: ExecutionContext): Future[T]

Inherited from AnyRef

Inherited from Any

Ungrouped