Package

com.itv.bucky

publish

Permalink

package publish

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

Type Members

  1. case class ContentEncoding(value: String) extends Product with Serializable

    Permalink
  2. case class ContentType(value: String) extends Product with Serializable

    Permalink
  3. case class MessageProperties(contentType: Option[ContentType], contentEncoding: Option[ContentEncoding], headers: Map[String, AnyRef], deliveryMode: Option[DeliveryMode], priority: Option[Int], correlationId: Option[String], replyTo: Option[String], expiration: Option[String], messageId: Option[String], timestamp: Option[Date], messageType: Option[String], userId: Option[String], appId: Option[String], clusterId: Option[String]) extends Product with Serializable

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

    Permalink
  5. trait PublishCommandBuilder[T] extends AnyRef

    Permalink

Value Members

  1. object ContentEncoding extends Serializable

    Permalink
  2. object ContentType extends Serializable

    Permalink
  3. object MessageProperties extends Serializable

    Permalink
  4. object PublishCommandBuilder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped