C# Class pegasus.eventbus.amqp.RoutingInfo

Exibir arquivo Open project: Berico-Technologies/Event-Bus

Public Methods

Method Description
RoutingInfo ( Exchange exchange, string routingKey ) : System
RoutingInfo ( string exchangeName, ExchangeType exchangeType, bool isDurable, string routingKey ) : System
RoutingInfo ( string exchangeName, string routingKey ) : System

Method Details

RoutingInfo() public method

public RoutingInfo ( Exchange exchange, string routingKey ) : System
exchange Exchange
routingKey string
return System

RoutingInfo() public method

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

RoutingInfo() public method

public RoutingInfo ( string exchangeName, string routingKey ) : System
exchangeName string
routingKey string
return System