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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article