@@ -11,10 +11,10 @@ Using the Java SDK you can:
1111
1212- Access, create and manipulate ` CloudEvent ` inside your application.
1313- Serialize and deserialize ` CloudEvent ` back and forth using the _ CloudEvents
14- Event Format_ , like Json .
14+ Event Format_ , like JSON .
1515- Read and write ` CloudEvent ` back and forth to HTTP, Kafka, AMQP using the
1616 _ CloudEvents Protocol Binding_ implementations we provide for a wide range
17- of well known Java frameworks/libraries.
17+ of well- known Java frameworks/libraries.
1818
1919To check out the complete documentation and how to get started, look at the dedicated website
2020https://cloudevents.github.io/sdk-java/ .
@@ -32,26 +32,27 @@ Stay tuned!
3232
3333Supported features of the specification:
3434
35- | | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/tree/v1.0 ) |
36- | :-------------------------------------: | :---------------------------------------------------: | :---------------------------------------------------: |
37- | CloudEvents Core | :heavy_check_mark : | :heavy_check_mark : |
38- | AMQP Protocol Binding | :x : | :x : |
39- | - [ Proton] ( amqp ) | :heavy_check_mark : | :heavy_check_mark : |
40- | AVRO Event Format | :x : | :x : |
41- | HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
42- | - [ Vert.x] ( http/vertx ) | :heavy_check_mark : | :heavy_check_mark : |
43- | - [ Jakarta Restful WS] ( http/restful-ws ) | :heavy_check_mark : | :heavy_check_mark : |
44- | - [ Basic] ( http/basic ) | :heavy_check_mark : | :heavy_check_mark : |
45- | - [ Spring] ( spring ) | :heavy_check_mark : | :heavy_check_mark : |
46- | - [ http4k] [ http4k ] <sup >†</sup >| :heavy_check_mark : | :heavy_check_mark : |
47- | JSON Event Format | :heavy_check_mark : | :heavy_check_mark : |
48- | - [ Jackson] ( formats/json-jackson ) | :heavy_check_mark : | :heavy_check_mark : |
49- | Protobuf Event Format | :heavy_check_mark : | :heavy_check_mark : |
50- | - [ Proto] ( formats/protobuf ) | :heavy_check_mark : | :heavy_check_mark : |
51- | [ Kafka Protocol Binding] ( kafka ) | :heavy_check_mark : | :heavy_check_mark : |
52- | MQTT Protocol Binding | :x : | :x : |
53- | NATS Protocol Binding | :x : | :x : |
54- | Web hook | :x : | :x : |
35+ | | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/tree/v1.0 ) |
36+ | :------------------------------------------------------:| :-----------------------------------------------------:| :-----------------------------------------------------:|
37+ | CloudEvents Core | :heavy_check_mark : | :heavy_check_mark : |
38+ | AMQP Protocol Binding | :x : | :x : |
39+ | - [ Proton] ( amqp ) | :heavy_check_mark : | :heavy_check_mark : |
40+ | AVRO Event Format | :x : | :x : |
41+ | HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
42+ | - [ Vert.x] ( http/vertx ) | :heavy_check_mark : | :heavy_check_mark : |
43+ | - [ Jakarta EE 8 Restful WS] ( http/restful-ws ) | :heavy_check_mark : | :heavy_check_mark : |
44+ | - [ Jakarta EE 9+ Restful WS] ( http/restful-ws-jakarta ) | :heavy_check_mark : | :heavy_check_mark : |
45+ | - [ Basic] ( http/basic ) | :heavy_check_mark : | :heavy_check_mark : |
46+ | - [ Spring] ( spring ) | :heavy_check_mark : | :heavy_check_mark : |
47+ | - [ http4k] [ http4k ] <sup >†</sup > | :heavy_check_mark : | :heavy_check_mark : |
48+ | JSON Event Format | :heavy_check_mark : | :heavy_check_mark : |
49+ | - [ Jackson] ( formats/json-jackson ) | :heavy_check_mark : | :heavy_check_mark : |
50+ | Protobuf Event Format | :heavy_check_mark : | :heavy_check_mark : |
51+ | - [ Proto] ( formats/protobuf ) | :heavy_check_mark : | :heavy_check_mark : |
52+ | [ Kafka Protocol Binding] ( kafka ) | :heavy_check_mark : | :heavy_check_mark : |
53+ | MQTT Protocol Binding | :x : | :x : |
54+ | NATS Protocol Binding | :x : | :x : |
55+ | Web hook | :x : | :x : |
5556
5657<sub >† Source/artifacts hosted externally</sub >
5758
@@ -69,6 +70,7 @@ Javadocs are available on [javadoc.io](https://www.javadoc.io):
6970- [ cloudevents-xml] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-xml )
7071- [ cloudevents-http-basic] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-http-basic )
7172- [ cloudevents-http-restful-ws] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-http-restful-ws )
73+ - [ cloudevents-http-restful-ws-jakarta] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-http-restful-ws-jakarta )
7274- [ cloudevents-http-vertx] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-http-vertx )
7375- [ cloudevents-kafka] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-kafka )
7476- [ cloudevents-amqp] ( https://www.javadoc.io/doc/io.cloudevents/cloudevents-amqp )
0 commit comments