C# 클래스 Nimbus.Infrastructure.Routing.SingleQueueAndTopicPerMessageTypeRouter

상속: IRouter
파일 보기 프로젝트 열기: NimbusAPI/Nimbus

공개 메소드들

메소드 설명
Route ( Type messageType, QueueOrTopic queueOrTopic, IPathFactory pathFactory ) : string
SingleQueueAndTopicPerMessageTypeRouter ( IRouter fallbackRouter, string singleCommandQueuePath = null, string singleRequestQueuePath = null ) : System

메소드 상세

Route() 공개 메소드

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

SingleQueueAndTopicPerMessageTypeRouter() 공개 메소드

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