BrokerMsg

data class BrokerMsg<KC : Any, VC : Any>(val key: KC, val value: VC, val ts: Long = System.currentTimeMillis())

Дата класс, для передачи сообщений через брокер

Constructors

Link copied to clipboard
constructor(key: KC, value: VC, ts: Long = System.currentTimeMillis())

Properties

Link copied to clipboard
val key: KC

Ключ

Link copied to clipboard
val ts: Long

Метка времени

Link copied to clipboard
val value: VC

Значение