DBMessage

org.elasticmq.persistence.sql.DBMessage
See theDBMessage companion object
case class DBMessage(messageId: String, deliveryReceipts: Array[Byte], nextDelivery: Long, content: Array[Byte], attributes: Array[Byte], created: Long, received: Option[Long], receiveCount: Int, groupId: Option[String], deduplicationId: Option[String], tracingId: Option[String], sequenceNumber: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toInternalMessage: InternalMessage

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product