* Spring Javadocs Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Rebase fix Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| 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.