C# Class Nimbus.Infrastructure.Routing.SingleQueueAndTopicPerMessageTypeRouter

Inheritance: IRouter
Afficher le fichier Open project: NimbusAPI/Nimbus

Méthodes publiques

Méthode Description
Route ( Type messageType, QueueOrTopic queueOrTopic, IPathFactory pathFactory ) : string
SingleQueueAndTopicPerMessageTypeRouter ( IRouter fallbackRouter, string singleCommandQueuePath = null, string singleRequestQueuePath = null ) : System

Method Details

Route() public méthode

public Route ( Type messageType, QueueOrTopic queueOrTopic, IPathFactory pathFactory ) : string
messageType System.Type
queueOrTopic QueueOrTopic
pathFactory IPathFactory
Résultat string

SingleQueueAndTopicPerMessageTypeRouter() public méthode

public SingleQueueAndTopicPerMessageTypeRouter ( IRouter fallbackRouter, string singleCommandQueuePath = null, string singleRequestQueuePath = null ) : System
fallbackRouter IRouter
singleCommandQueuePath string
singleRequestQueuePath string
Résultat System