case class Message(messageId: Id, body: String, noOfReservations: Int) extends Product with Serializable
The message consumed from IronMq.
- messageId
The unique id of the message.
- body
The pushed message content.
- noOfReservations
It is the count of how many time the message has been reserved (and released or expired) previously
- Source
- domain.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Message
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected