Skip to main content

node-tracker.jsonprocessor

Home > @snowplow/node-tracker > JsonProcessor

JsonProcessor type

A function which will processor the Json onto the injected PayloadBuilder

Signature:
type JsonProcessor = (payloadBuilder: PayloadBuilder, jsonForProcessing: EventJson, contextEntitiesForProcessing: SelfDescribingJson[]) => void;