Properties

lepus.protocol.classes.basic.Properties
See theProperties companion object
final case class Properties(contentType: Option[ShortString], contentEncoding: Option[ShortString], headers: Option[FieldTable], deliveryMode: Option[DeliveryMode], priority: Option[Priority], correlationId: Option[ShortString], replyTo: Option[ShortString], expiration: Option[ShortString], messageId: Option[ShortString], timestamp: Option[Timestamp], msgType: Option[ShortString], userId: Option[ShortString], appId: Option[ShortString], clusterId: Option[ShortString])

Attributes

Companion
object
Source
Properties.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Attributes

Source
Properties.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product