WithHeaders

pgmq4s.domain.Message.Inbound.WithHeaders
case class WithHeaders[+P, +H](id: MessageId, readCount: Int, enqueuedAt: OffsetDateTime, lastReadAt: Option[OffsetDateTime], visibleAt: OffsetDateTime, payload: P, headers: H) extends Inbound[P, H], HasHeaders[P, H]

Attributes

Source
Message.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasHeaders[P, H]
trait Inbound[P, H]
trait Message[P, H]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product