sdk-java/examples
Francesco Guardiani f5d9b47c1c
Javadocs api and core (#313)
* Javadocs!!!

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Missing module name?

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Excluding javadocs

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* clean install only release artifacts, but verify them all!

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Reverted the crazy idea to use the release profile

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Suggestions

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Suggestion

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Nit

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Nit

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Nit

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-12-09 18:31:56 +01:00
..
amqp-proton Simplify the Reader/Writer implementations, reducing the knowledge of spec details (#309) 2020-12-01 17:27:50 +01:00
basic-http Bump jetty-server in /examples/basic-http (#317) 2020-12-02 19:54:54 +01:00
kafka Bump to 2.0.0-SNAPSHOT (#310) 2020-11-26 16:48:45 +01:00
restful-ws-quarkus Bump to 2.0.0-SNAPSHOT (#310) 2020-11-26 16:48:45 +01:00
restful-ws-spring-boot Bump to 2.0.0-SNAPSHOT (#310) 2020-11-26 16:48:45 +01:00
spring-reactive Add a Spring sample with webflux (#314) 2020-11-30 18:16:20 +01:00
vertx Bump to 2.0.0-SNAPSHOT (#310) 2020-11-26 16:48:45 +01:00
README.md Add a Spring sample with webflux (#314) 2020-11-30 18:16:20 +01:00
pom.xml Javadocs api and core (#313) 2020-12-09 18:31:56 +01:00

README.md

CloudEvents sdk-java examples

This directory includes some examples on how to use CloudEvents sdk-java:

  • amqp-proton shows how to use the module cloudevents-amqp-proton to send and receive CloudEvents using AMQP 1.0.
  • kafka shows how to use the module cloudevents-kafka to produce and consume CloudEvents on Kafka topics.
  • restful-ws-quarkus shows how to use the module cloudevents-http-restful-ws with Quarkus to receive and send CloudEvents through HTTP.
  • 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.
  • spring-reactive shows how to use the module cloudevents-spring with Spring Boot and Webflux to receive and send CloudEvents through HTTP.
  • vertx shows how to use the module cloudevents-http-vertx to receive and send CloudEvents through HTTP using vertx-web-client and vertx-core.
  • basic-http shows how to use the module cloudevents-http-basic to send and receive CloudEvents using JDK's HttpServer, HttpURLConnection and Jetty.