sdk-csharp/docs
Jon Skeet dd97fde565 Additional documentation for more CloudEventFormatter
Signed-off-by: Jon Skeet <jonskeet@google.com>
2021-05-11 20:41:10 +01:00
..
README.md First pass at new documentation for 2.0.0-beta.2 onwards 2021-05-05 08:27:25 +01:00
bindings.md Implement HTTP batch mode for HttpClient/HttpContent 2021-04-15 06:59:43 +01:00
changes-since-1x.md First pass at new documentation for 2.0.0-beta.2 onwards 2021-05-05 08:27:25 +01:00
formatters.md Additional documentation for more CloudEventFormatter 2021-05-11 20:41:10 +01:00
guide.md Additional documentation for more CloudEventFormatter 2021-05-11 20:41:10 +01:00

README.md

SDK documentation

Note: all of this documentation is specific to versions 2.0-beta.2 and onwards

This directory contains documentation on:

Implementation utility classes

The CloudNative.CloudEvents.Core namespace contains utility classes which are generally helpful when implementing protocol bindings or event formatters but are not expected to be used by code which only creates or consumes CloudEvents.

The classes in this namespace are static classes, but the methods are deliberately not extension methods. This avoids the methods from being suggested to non-implementation code.