PersistedPacket

data class PersistedPacket(val id: PersistedPacketId, val packet: DataPacket)(source)

A persisted packet paired with the stable row identity needed by durable background work.

Constructors

Link copied to clipboard
constructor(id: PersistedPacketId, packet: DataPacket)

Properties

Link copied to clipboard
Link copied to clipboard