RigCloudEvents.Parser.PartialParser (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

Error-tolerant reader for JSON encoded CloudEvents.

Interprets the passed data structure as little as possible. The idea comes from the CloudEvents spec that states that JSON payloads ("data") are encoded along with the envelope ("context attributes"). This parser only interprets fields that are required for RIG to operate and skips the (potentially large) data payload.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

apply_lens(tokens, attr_name)

View Source