C# Class NServiceBus.Routing.DistributionStrategy

Determines which instance of a given endpoint a message is to be sent.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
SelectReceiver ( string receiverAddresses ) : string

Selects a destination instance for a message from all known addresses of a logical endpoint.

Méthodes protégées

Méthode Description
DistributionStrategy ( string endpoint, DistributionStrategyScope scope )

Creates a new DistributionStrategy.

Method Details

DistributionStrategy() protected méthode

Creates a new DistributionStrategy.
protected DistributionStrategy ( string endpoint, DistributionStrategyScope scope )
endpoint string The name of the endpoint this distribution strategy resolves instances for.
scope DistributionStrategyScope The scope for this strategy.

SelectReceiver() public abstract méthode

Selects a destination instance for a message from all known addresses of a logical endpoint.
public abstract SelectReceiver ( string receiverAddresses ) : string
receiverAddresses string
Résultat string