MessageHandler MH Sign Up

Outbox EnableOutbox Method

E

Definition

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

Overloads

Method Description
EnableOutbox(this AggregateConfiguration, Action) Enable the outbox
EnableOutbox(this AggregateConfiguration, string, Action) Enable the outbox
EnableOutbox(this AggregateConfiguration, string, string, Action) Enable the outbox

EnableOutbox(this AggregateConfiguration, Action)

Enable the outbox

Parameters

aggregateConfiguration: MessageHandler.EventSourcing.AggregateConfiguration
The aggregate configuration where the outbox needs to be enabled to.
callback: System.Action
A callback to configure the outbox

Returns

MessageHandler.EventSourcing.AggregateConfiguration

EnableOutbox(this AggregateConfiguration, string, Action)

Enable the outbox

Parameters

aggregateConfiguration: MessageHandler.EventSourcing.AggregateConfiguration
The aggregate configuration where the outbox needs to be enabled to.
owner: System.String
The owner of the outbox
callback: System.Action
A callback to configure the outbox

Returns

MessageHandler.EventSourcing.AggregateConfiguration

EnableOutbox(this AggregateConfiguration, string, string, Action)

Enable the outbox

Parameters

aggregateConfiguration: MessageHandler.EventSourcing.AggregateConfiguration
The aggregate configuration where the outbox needs to be enabled to.
streamType: System.String
The stream type
owner: System.String
The owner of the outbox
callback: System.Action
A callback to configure the outbox

Returns

MessageHandler.EventSourcing.AggregateConfiguration

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.