C# Class NServiceBus.Routing.MulticastRoutingStrategy

A routing strategy for multicast routing.
Inheritance: RoutingStrategy
Mostrar archivo Open project: Particular/NServiceBus

Public Methods

Method Description
Apply ( string>.Dictionary headers ) : AddressTag

Applies the routing strategy to the message.

MulticastRoutingStrategy ( Type messageType ) : System

Creates new routing strategy.

Method Details

Apply() public method

Applies the routing strategy to the message.
public Apply ( string>.Dictionary headers ) : AddressTag
headers string>.Dictionary Message headers.
return AddressTag

MulticastRoutingStrategy() public method

Creates new routing strategy.
public MulticastRoutingStrategy ( Type messageType ) : System
messageType System.Type
return System