C# Class pegasus.eventbus.amqp.RoutingInfo

Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode 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 méthode

public RoutingInfo ( Exchange exchange, string routingKey ) : System
exchange Exchange
routingKey string
Résultat System

RoutingInfo() public méthode

public RoutingInfo ( string exchangeName, ExchangeType exchangeType, bool isDurable, string routingKey ) : System
exchangeName string
exchangeType ExchangeType
isDurable bool
routingKey string
Résultat System

RoutingInfo() public méthode

public RoutingInfo ( string exchangeName, string routingKey ) : System
exchangeName string
routingKey string
Résultat System