Module eventsourcing::cloudevents[][src]

Cloud Events Implementation

This module provides an implementation of a cloud event data structure that conforms to the cloud events v0.1 spec as outlined in CloudEvents v0.1 Spec

In the current version of this library, only the application/json content type is supported for the data field on the cloud event.

Structs

CloudEvent

CloudEvent provides a data structure that is JSON-compliant with v0.1 of the CloudEvents specification. This means that any system with which you want to communicate that is also CloudEvents-aware can accept the serialized version of this data structure.