package bucky
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bucky
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Bindings = PartialFunction[RoutingKey, QueueName]
- type DeliveryUnmarshaller[T] = Unmarshaller[Delivery, T]
- type Handler[F[_], -T] = (T) => F[ConsumeAction]
- type PayloadUnmarshaller[T] = Unmarshaller[Payload, T]
- type Publisher[F[_], -T] = (T) => F[Unit]
- type PublisherWithHeaders[F[_], -T] = (T, Map[String, AnyRef]) => F[Unit]
- type RequeueHandler[F[_], -T] = (T) => F[RequeueConsumeAction]
- type UnmarshalResult[T] = Either[Throwable, T]
Value Members
- val defaultPreFetchCount: Int
- def publishCommandBuilder[T](marshaller: PayloadMarshaller[T]): NothingSet[T]
- object ArgonautSupport