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)

Properties

Link copied to clipboard

total count of chunks for whole route

Link copied to clipboard

id-number for current chunk, counted from 0 to chunkCount - 1

Link copied to clipboard
val correlationId: String? = null

Defines attribute used for correlating messages within different asynchronous calls

Link copied to clipboard

Type of PPC event
Default value is PMPpcEventType.NaviCancel