You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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