Package

com.itv

bucky

Permalink

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]

    Permalink
  2. type DeliveryUnmarshaller[T] = Unmarshaller[Delivery, T]

    Permalink
  3. type Handler[F[_], -T] = (T) ⇒ F[ConsumeAction]

    Permalink
  4. type PayloadUnmarshaller[T] = Unmarshaller[Payload, T]

    Permalink
  5. type Publisher[F[_], -T] = (T) ⇒ F[Unit]

    Permalink
  6. type PublisherWithHeaders[F[_], -T] = (T, Map[String, AnyRef]) ⇒ F[Unit]

    Permalink
  7. type RequeueHandler[F[_], -T] = (T) ⇒ F[RequeueConsumeAction]

    Permalink
  8. type UnmarshalResult[T] = Either[Throwable, T]

    Permalink

Value Members

  1. package circe

    Permalink
  2. val defaultPreFetchCount: Int

    Permalink
  3. def publishCommandBuilder[T](marshaller: PayloadMarshaller[T]): NothingSet[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped