C# 클래스 RPCBase.RoutingRule.AmqpRoutingRule

파일 보기 프로젝트 열기: fingerpasswang/Phial

공개 메소드들

메소드 설명
GetDelegateExchangeName ( ) : string
GetDelegateRoutingKey ( System.Guid uuid ) : string
GetDelegateRoutingKey ( byte uuid ) : string
GetImplBindingKey ( ) : string
GetImplBindingKey ( System.Guid uuid ) : string
GetImplExchangeName ( ) : string
GetImplQueueName ( ) : string
GetReturnBindingKey ( System.Guid uuid ) : string
GetReturnExchangeName ( ) : string
GetReturnQueueName ( ) : string
GetReturnRoutingKey ( System.Guid uuid ) : string
GetReturnRoutingKey ( byte uuid ) : string

메소드 상세

GetDelegateExchangeName() 공개 메소드

public GetDelegateExchangeName ( ) : string
리턴 string

GetDelegateRoutingKey() 공개 메소드

public GetDelegateRoutingKey ( System.Guid uuid ) : string
uuid System.Guid
리턴 string

GetDelegateRoutingKey() 공개 메소드

public GetDelegateRoutingKey ( byte uuid ) : string
uuid byte
리턴 string

GetImplBindingKey() 공개 메소드

public GetImplBindingKey ( ) : string
리턴 string

GetImplBindingKey() 공개 메소드

public GetImplBindingKey ( System.Guid uuid ) : string
uuid System.Guid
리턴 string

GetImplExchangeName() 공개 메소드

public GetImplExchangeName ( ) : string
리턴 string

GetImplQueueName() 공개 메소드

public GetImplQueueName ( ) : string
리턴 string

GetReturnBindingKey() 공개 메소드

public GetReturnBindingKey ( System.Guid uuid ) : string
uuid System.Guid
리턴 string

GetReturnExchangeName() 공개 메소드

public GetReturnExchangeName ( ) : string
리턴 string

GetReturnQueueName() 공개 메소드

public GetReturnQueueName ( ) : string
리턴 string

GetReturnRoutingKey() 공개 메소드

public GetReturnRoutingKey ( System.Guid uuid ) : string
uuid System.Guid
리턴 string

GetReturnRoutingKey() 공개 메소드

public GetReturnRoutingKey ( byte uuid ) : string
uuid byte
리턴 string