C# 클래스 pegasus.eventbus.amqp.RoutingInfo

파일 보기 프로젝트 열기: Berico-Technologies/Event-Bus

공개 메소드들

메소드 설명
RoutingInfo ( Exchange exchange, string routingKey ) : System
RoutingInfo ( string exchangeName, ExchangeType exchangeType, bool isDurable, string routingKey ) : System
RoutingInfo ( string exchangeName, string routingKey ) : System

메소드 상세

RoutingInfo() 공개 메소드

public RoutingInfo ( Exchange exchange, string routingKey ) : System
exchange Exchange
routingKey string
리턴 System

RoutingInfo() 공개 메소드

public RoutingInfo ( string exchangeName, ExchangeType exchangeType, bool isDurable, string routingKey ) : System
exchangeName string
exchangeType ExchangeType
isDurable bool
routingKey string
리턴 System

RoutingInfo() 공개 메소드

public RoutingInfo ( string exchangeName, string routingKey ) : System
exchangeName string
routingKey string
리턴 System