Package

com.itv.bucky

consume

Permalink

package consume

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

Type Members

  1. sealed trait ConsumeAction extends AnyRef

    Permalink
  2. implicit class ConsumerSugar[F[_]] extends AnyRef

    Permalink
  3. case class ConsumerTag(value: String) extends Product with Serializable

    Permalink
  4. case class Delivery(body: Payload, consumerTag: ConsumerTag, envelope: Envelope, properties: MessageProperties) extends Product with Serializable

    Permalink
  5. case class DeliveryMode(value: Int) extends Product with Serializable

    Permalink
  6. case class PublishCommand(exchange: ExchangeName, routingKey: RoutingKey, basicProperties: MessageProperties, body: Payload) extends Product with Serializable

    Permalink
  7. sealed trait RequeueConsumeAction extends AnyRef

    Permalink

Value Members

  1. object Ack extends ConsumeAction with RequeueConsumeAction with Product with Serializable

    Permalink
  2. object Consumer extends StrictLogging

    Permalink
  3. object ConsumerTag extends Serializable

    Permalink
  4. object DeadLetter extends ConsumeAction with RequeueConsumeAction with Product with Serializable

    Permalink
  5. object DeliveryMode extends Serializable

    Permalink
  6. object Handler

    Permalink
  7. object Requeue extends RequeueConsumeAction with Product with Serializable

    Permalink
  8. object RequeueHandler

    Permalink
  9. object RequeueImmediately extends ConsumeAction with RequeueConsumeAction with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped