C# 클래스 Paralect.ServiceBus.EndpointsMapping

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
GetEndpoints ( Type type ) : List
GetQueues ( Type type ) : Paralect.ServiceBus.QueueName[]

Should be cashed

Map ( Boolean>.Func typeChecker, String queueName, ITransport transport ) : void
Map ( String typeName, String queueName ) : void

메소드 상세

GetEndpoints() 공개 메소드

public GetEndpoints ( Type type ) : List
type System.Type
리턴 List

GetQueues() 공개 메소드

Should be cashed
public GetQueues ( Type type ) : Paralect.ServiceBus.QueueName[]
type System.Type
리턴 Paralect.ServiceBus.QueueName[]

Map() 공개 메소드

public Map ( Boolean>.Func typeChecker, String queueName, ITransport transport ) : void
typeChecker Boolean>.Func
queueName String
transport ITransport
리턴 void

Map() 공개 메소드

public Map ( String typeName, String queueName ) : void
typeName String
queueName String
리턴 void