MessageHandler MH Sign Up

InMemoryEventSource LoadRaw Method

L

Definition

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

Overloads

Method Description
LoadRaw(string, Nullable) Load raw events from a given stream, starting at a given timestamp
LoadRaw(string, string, Nullable) Load raw events from a given stream, paritioned by tenant, starting at a given timestamp
LoadRaw(string, string, int) Load raw events from a given stream, for a specific aggregate and version.

LoadRaw(string, Nullable)

Load raw events from a given stream, starting at a given timestamp

Parameters

streamType: System.String
The type of the stream
timestamp: System.Nullable
The timestamp

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

LoadRaw(string, string, Nullable)

Load raw events from a given stream, paritioned by tenant, starting at a given timestamp

Parameters

streamType: System.String
The type of the stream
tenantId: System.String
The id of the tenant
timestamp: System.Nullable
The timestamp

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

LoadRaw(string, string, int)

Load raw events from a given stream, for a specific aggregate and version.

Parameters

streamType: System.String
The type of the stream
id: System.String
The id of the aggregate
version: System.Int32
The version of the aggregate

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

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.