Skip to content

Design choices

Miguel Bernard edited this page Jun 22, 2021 · 1 revision

dataContentType and dataSchema are not present on the CloudEvent object

CloudEvent<T> is considered a deserialized version of your cloud event; thus, those properties are no longer required as the Data property represents an in-memory object. If the event needs to be re-serialized, those values should be included on the non-generic CloudEvent before serializing with the formatter.

Clone this wiki locally