C# Class Nimbus.Infrastructure.Routing.SingleQueueAndTopicPerMessageTypeRouter

Inheritance: IRouter
Mostra file Open project: NimbusAPI/Nimbus

Public Methods

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

Method Details

Route() public method

public Route ( Type messageType, QueueOrTopic queueOrTopic, IPathFactory pathFactory ) : string
messageType System.Type
queueOrTopic QueueOrTopic
pathFactory IPathFactory
return string

SingleQueueAndTopicPerMessageTypeRouter() public method

public SingleQueueAndTopicPerMessageTypeRouter ( IRouter fallbackRouter, string singleCommandQueuePath = null, string singleRequestQueuePath = null ) : System
fallbackRouter IRouter
singleCommandQueuePath string
singleRequestQueuePath string
return System