MessageHandler MH Sign Up

CloudEvents DecodeAsSourcedEvents Method

D

Definition

Package: MessageHandler.EventSourcing.CloudEvents
Assembly: MessageHandler.EventSourcing.CloudEvents
Namespace: MessageHandler.EventSourcing.CloudEvents
Class: CloudEvents

Overloads

Method Description
DecodeAsSourcedEvents(this ReadOnlyMemory, string) Decode encoded cloud events as a list of sourced events
DecodeAsSourcedEvents(this Stream, string) Decode encoded cloud events as a list of sourced events

DecodeAsSourcedEvents(this ReadOnlyMemory, string)

Decode encoded cloud events as a list of sourced events

Parameters

body: System.ReadOnlyMemory
The encoded body
domain: System.String
The domain in which the sourced events type name can be identified

Returns

System.Collections.Generic.IEnumerable<MessageHandler.EventSourcing.Contracts.SourcedEvent>

DecodeAsSourcedEvents(this Stream, string)

Decode encoded cloud events as a list of sourced events

Parameters

body: System.IO.Stream
The encoded body
domain: System.String
The domain in which the sourced events type name can be identified

Returns

System.Collections.Generic.IEnumerable<MessageHandler.EventSourcing.Contracts.SourcedEvent>

Sign up to our newsletter to get notified about new content and releases

You can unsubscribe at any time by clicking the link in the footer of your emails. I use Mailchimp as my marketing platform. By clicking subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.