Message

org.apache.pekko.stream.connectors.ironmq.Message
See theMessage companion object
case class Message(messageId: Id, body: String, noOfReservations: Int)

The message consumed from IronMq.

Value parameters

body

The pushed message content.

messageId

The unique id of the message.

noOfReservations

It is the count of how many time the message has been reserved (and released or expired) previously

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product