MessageHandler MH Sign Up

TransientChanneling Class

T

Definition

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

Configuration methods for the runtime to stream events from aggregates into a transient channel

Methods

Method Description
EnableTransientChannel(this AggregateConfiguration) Enable a transient channel of a given type, all events published by this aggregated will be pushed to this channel
EnableTransientChannel(this AggregateConfiguration, IChannel) Enable a specific transient channel instance, all events published by this aggregated will be pushed to this channel
EnableTransientChannel(this AggregateConfiguration, Func<IEnumerable,Task>) Enable a transient channel, created through the provided factory, all events published by this aggregated will be pushed to this channel

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.