Table of Contents

Enum CloudEventsContentMode

Namespace
Ratatoskr.CloudEvents
Assembly
Ratatoskr.dll

CloudEvents content modes.

public enum CloudEventsContentMode

Fields

Binary = 0

Data is serialized directly, CloudEvents attributes are in AMQP application-properties. More efficient for AMQP brokers. Uses cloudEvents_ prefix per AMQP binding spec.

Structured = 1

Entire CloudEvent is serialized as JSON including envelope and data. Content-Type: application/cloudevents+json