PMPpcEvent

data class PMPpcEvent(val correlationId: String? = null, val eventType: PMPpcEventType, val chunk: PMPpcChunk? = null)

Data produced to PPC

Constructors

Link copied to clipboard
fun PMPpcEvent(correlationId: String? = null, eventType: PMPpcEventType, chunk: PMPpcChunk? = null)

Properties

Link copied to clipboard
val chunk: PMPpcChunk? = null

one piece of data ( chunk ) for NaviStart event

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