MessageHandler MH Sign Up

IEventSource Interface

I

Definition

Package: MessageHandler.EventSourcing
Assembly: MessageHandler.EventSourcing
Namespace: MessageHandler.EventSourcing

Interface implemented by event sources

Methods

Method Description
Load(string, Nullable) Load sourced events from a given stream, starting at a given timestamp
LoadRaw(string, Nullable) Load raw events from a given stream, starting at a given timestamp
Load(string, string, Nullable) Load sourced events from a given stream, paritioned by tenant, starting at a given timestamp
LoadRaw(string, string, Nullable) Load raw events from a given stream, paritioned by tenant, starting at a given timestamp
Load(string, string, int) Load sourced events from a given stream, for a specific aggregate and version.
LoadRaw(string, string, int) Load raw events from a given stream, for a specific aggregate and version.
Persist(string, string, IEnumerable) Persist the pending events for a specific aggregate to a stream
GetCheckpointStore() Gets the outbox checkpointstore associated to the event source

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.