Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1006 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 1006 Bytes

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.