sdk-java/spring
Francesco Guardiani 58570cf4d9
Spring Javadocs (#323)
* Spring Javadocs

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

* Rebase fix

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-12-10 17:15:07 +01:00
..
src Spring Javadocs (#323) 2020-12-10 17:15:07 +01:00
README.md
pom.xml

README.md

Spring Support

Introduction

This module provides classes and interfaces that can be used by Spring frameworks and integrations to assist with Cloud Event processing.

Given that Spring defines Message abstraction, which perfectly maps to the structure defined by Cloud Events specification, one may say Cloud Events are already supported by any Spring framework that relies on Message. So this modules provides several utilities and strategies to simplify working with Cloud Events in the context of Spring frameworks and integrations (see individual component's javadocs for more details).

Please see individual samples in examples/spring directory of this SDK for more details.