sdk-java/examples
dependabot[bot] ff07dd8315
Bump jetty-server in /examples/basic-http (#372)
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.35.v20201120 to 9.4.38.v20210224.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-9.4.38.v20210224)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 12:38:51 +02:00
..
amqp-proton Bump to 2.1.0-SNAPSHOT (#346) 2021-02-15 09:19:58 +01:00
basic-http Bump jetty-server in /examples/basic-http (#372) 2021-04-19 12:38:51 +02:00
kafka Bump to 2.1.0-SNAPSHOT (#346) 2021-02-15 09:19:58 +01:00
restful-ws-quarkus Bump to 2.1.0-SNAPSHOT (#346) 2021-02-15 09:19:58 +01:00
restful-ws-spring-boot Bump to 2.1.0-SNAPSHOT (#346) 2021-02-15 09:19:58 +01:00
spring-function Add Spring Cloud Function sample (#356) 2021-03-08 15:08:16 +01:00
spring-reactive Add Spring Cloud Function sample (#356) 2021-03-08 15:08:16 +01:00
spring-rsocket Add support for RSockets with Spring (#349) 2021-03-05 09:18:19 +01:00
vertx Bump to 2.1.0-SNAPSHOT (#346) 2021-02-15 09:19:58 +01:00
README.md Add a Spring sample with webflux (#314) 2020-11-30 18:16:20 +01:00
pom.xml Add Spring Cloud Function sample (#356) 2021-03-08 15:08:16 +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.