data class IngestionEvent
IngestionEvent defines the event format ingestion server will accept
<init> |
IngestionEvent defines the event format ingestion server will accept IngestionEvent(type: String, metadata: IngestionMetadata, payloads: List<IngestionPayload>, version: Int = 1) |
metadata |
val metadata: IngestionMetadata |
payloads |
: ListMapString,Any - list of map that contains details of event val payloads: List<IngestionPayload> |
type |
: EventClientType - type of Event. val type: String |
version |
: Int - version of this event. If the format changes, it will have different version. val version: Int |