sdk-java/examples
dependabot[bot] 206d75b6d4
Bump io.quarkus:quarkus-maven-plugin from 1.10.3.Final to 3.15.1
Bumps io.quarkus:quarkus-maven-plugin from 1.10.3.Final to 3.15.1.

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 23:17:50 +00:00
..
amqp-proton Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
basic-http Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
kafka Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
restful-ws-microprofile-liberty Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
restful-ws-quarkus Bump io.quarkus:quarkus-maven-plugin from 1.10.3.Final to 3.15.1 2024-10-02 23:17:50 +00:00
restful-ws-spring-boot Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
rocketmq Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
spring-function Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
spring-reactive Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
spring-rsocket Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
vertx Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02:00
README.md Add a Spring sample with webflux (#314) 2020-11-30 18:16:20 +01:00
pom.xml Bump to 4.1.0-SNAPSHOT (#645) 2024-07-01 12:10:47 +02: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.