DecodedMessage

data class DecodedMessage(var id: String = "", val client: Client, var topic: String, var encodedContent: Content.EncodedContent, var senderAddress: String, var sent: Date, var sentNs: Long, var deliveryStatus: Message.MessageDeliveryStatus = MessageDeliveryStatus.PUBLISHED)

Constructors

Link copied to clipboard
constructor(id: String = "", client: Client, topic: String, encodedContent: Content.EncodedContent, senderAddress: String, sent: Date, sentNs: Long, deliveryStatus: Message.MessageDeliveryStatus = MessageDeliveryStatus.PUBLISHED)

Functions

Link copied to clipboard
fun <T> content(): T?

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var encodedContent: Content.EncodedContent
Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
var sent: Date
Link copied to clipboard
Link copied to clipboard