All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.elasticmq.NewMessageData.scala Maven / Gradle / Ivy

The newest version!
package org.elasticmq

case class NewMessageData(
    id: Option[MessageId],
    content: String,
    messageAttributes: Map[String, MessageAttribute],
    messageSystemAttributes: Map[String, MessageAttribute],
    nextDelivery: NextDelivery,
    messageGroupId: Option[String],
    messageDeduplicationId: Option[DeduplicationId],
    orderIndex: Int,
    tracingId: Option[TracingId],
    sequenceNumber: Option[String]
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy