@@ -113,7 +113,7 @@ Emitter.on("cloudevent", emit);
113
113
// In any part of the code will send the event
114
114
new CloudEvent ({ type, source, data }).emit ();
115
115
116
- // You can also have several listener to send the event to several endpoint
116
+ // You can also have several listeners to send the event to several endpoints
117
117
```
118
118
119
119
## CloudEvent Objects
@@ -151,21 +151,28 @@ There you will find Express.js, TypeScript and Websocket examples.
151
151
152
152
---
153
153
154
- | Event Formats | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/tree /v1.0 ) |
154
+ | Event Formats | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob /v1.0/spec.md#event-format ) |
155
155
| ----------------- | ----------------------------------------------------- | ----------------------------------------------------- |
156
156
| AVRO Event Format | :x : | :x : |
157
157
| JSON Event Format | :heavy_check_mark : | :heavy_check_mark : |
158
158
159
159
---
160
160
161
- | Transport Protocols | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/tree /v1.0 ) |
161
+ | Protocol Bindings | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob /v1.0/spec.md#protocol-binding ) |
162
162
| ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
163
163
| AMQP Protocol Binding | :x : | :x : |
164
164
| HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
165
165
| Kafka Protocol Binding | :x : | :x : |
166
166
| MQTT Protocol Binding | :x : | :x : |
167
167
| NATS Protocol Binding | :x : | :x : |
168
168
169
+ ---
170
+
171
+ | Content Modes | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob/v1.0/http-protocol-binding.md#13-content-modes ) |
172
+ | ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
173
+ | HTTP Binary | :heavy_check_mark : | :heavy_check_mark : |
174
+ | HTTP Structured | :heavy_check_mark : | :heavy_check_mark : |
175
+ | HTTP Batch | :heavy_check_mark : | :heavy_check_mark : |
169
176
## Community
170
177
171
178
- There are bi-weekly calls immediately following the [ Serverless/CloudEvents
0 commit comments