C# Class NServiceBus.Routing.RoutingStrategy

An abstraction that defines how a message is going to be routed.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

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

Applies the routing strategy to the message.

Method Details

Apply() public abstract method

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