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. case class AmqpChannelLifecycle(connection: Connection) extends VanillaLifecycle[Channel] with StrictLogging with Product with Serializable

    Permalink
  2. case class AmqpClientConfig(host: String, port: Int, username: String, password: String, networkRecoveryInterval: Option[FiniteDuration] = Some(5.seconds), virtualHost: Option[String] = None) extends Product with Serializable

    Permalink

    AmqpClient configuration.

    AmqpClient configuration. Acts as a lifecycle factory for AmqpClient.

  3. case class AmqpClientLifecycle(config: AmqpClientConfig) extends Lifecycle[AmqpClient] with StrictLogging with Product with Serializable

    Permalink
  4. type Bindings = PartialFunction[RoutingKey, QueueName]

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

    Permalink
  6. type Handler[-T] = (T) ⇒ Future[ConsumeAction]

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

    Permalink
  8. type Publisher[-T] = (T) ⇒ Future[Unit]

    Permalink
  9. class RawAmqpClient extends AmqpClient with StrictLogging

    Permalink
  10. type RequeueHandler[-T] = (T) ⇒ Future[RequeueConsumeAction]

    Permalink

Value Members

  1. object MessagePropertiesConverters

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped