Skip to content

Commit 615ccd6

Browse files
Added readme
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent cc0892a commit 615ccd6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CloudEvents sdk-java examples
2+
3+
This directory includes some examples on how to use CloudEvents sdk-java:
4+
5+
* [kafka](kafka) shows how to use the module `cloudevents-kafka` to produce and consume CloudEvents on Kafka topics.
6+
* [restful-ws-quarkus](restful-ws-quarkus) shows how to use the module `cloudevents-http-restful-ws` with Quarkus to receive and send CloudEvents through HTTP.
7+
* [restful-ws-spring-boot](restful-ws-spring-boot) shows how to use the module `cloudevents-http-restful-ws` with Spring Boot and Jersey to receive and send CloudEvents through HTTP.
8+
* [vertx](vertx) shows how to use the module `cloudevents-http-vertx` to receive and send CloudEvents through HTTP using `vertx-web-client` and `vertx-core`.
9+
* [basic-http](basic-http) shows how to use the module `cloudevents-http-basic` to send and receive CloudEvents using `JDK`'s `HttpServer`, `HttpURLConnection` and Jetty.

0 commit comments

Comments
 (0)