MessageHandler MH Sign Up

Routing Class

R

Definition

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

Extension methods which allow to configure the routing strategy of the outbox

Methods

Method Description
UseRoutingStrategy(this OutboxPipelineConfiguration, IRoutingStrategy) Use routing strategy
RouteMessagesOfType(this OutboxPipelineConfiguration, Func<RoutingConfiguration,IDestination>) Route messages of type to a given destination
RouteMessagesFromAssembly(this OutboxPipelineConfiguration, Assembly, Func<RoutingConfiguration,IDestination>) Route messages of all types in assembly to a given destination
RouteMessages(this OutboxPipelineConfiguration, Func<RoutingConfiguration,IDestination>) Route all messages to a given destination

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.