PMPpcMetadata
data class PMPpcMetadata(val correlationId: String? = null, val eventType: PMPpcEventType, val chunkCount: UShort = UShort.MIN_VALUE, val chunkId: UShort = UShort.MIN_VALUE)
Metada produced to PPC
Constructors
Link copied to clipboard
fun PMPpcMetadata(correlationId: String? = null, eventType: PMPpcEventType, chunkCount: UShort = UShort.MIN_VALUE, chunkId: UShort = UShort.MIN_VALUE)