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> |
||
|---|---|---|
| .. | ||
| amqp-proton | ||
| basic-http | ||
| kafka | ||
| restful-ws-quarkus | ||
| restful-ws-spring-boot | ||
| spring-function | ||
| spring-reactive | ||
| spring-rsocket | ||
| vertx | ||
| README.md | ||
| pom.xml | ||
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-protonto send and receive CloudEvents using AMQP 1.0. - kafka shows how to use the module
cloudevents-kafkato produce and consume CloudEvents on Kafka topics. - restful-ws-quarkus shows how to use the module
cloudevents-http-restful-wswith Quarkus to receive and send CloudEvents through HTTP. - restful-ws-spring-boot shows how to use the module
cloudevents-http-restful-wswith Spring Boot and Jersey to receive and send CloudEvents through HTTP. - spring-reactive shows how to use the module
cloudevents-springwith Spring Boot and Webflux to receive and send CloudEvents through HTTP. - vertx shows how to use the module
cloudevents-http-vertxto receive and send CloudEvents through HTTP usingvertx-web-clientandvertx-core. - basic-http shows how to use the module
cloudevents-http-basicto send and receive CloudEvents usingJDK'sHttpServer,HttpURLConnectionand Jetty.