Method | Description | |
---|---|---|
CreateExchange ( IModel channel, string exchangeName ) : void | ||
DirectRoutingTopology ( Conventions conventions, bool useDurableExchanges ) : System | ||
Initialize ( IModel channel, string main ) : void | ||
Publish ( IModel channel, |
||
Send ( IModel channel, Address address, TransportMessage message, IBasicProperties properties ) : void | ||
SetupSubscription ( IModel channel, |
||
TeardownSubscription ( IModel channel, |
Method | Description | |
---|---|---|
ExchangeName ( ) : string | ||
GetRoutingKeyForBinding ( |
||
GetRoutingKeyForPublish ( |
public CreateExchange ( IModel channel, string exchangeName ) : void | ||
channel | IModel | |
exchangeName | string | |
return | void |
public DirectRoutingTopology ( Conventions conventions, bool useDurableExchanges ) : System | ||
conventions | Conventions | |
useDurableExchanges | bool | |
return | System |
public Initialize ( IModel channel, string main ) : void | ||
channel | IModel | |
main | string | |
return | void |
public Publish ( IModel channel, |
||
channel | IModel | |
type | ||
message | TransportMessage | |
properties | IBasicProperties | |
return | void |
public Send ( IModel channel, Address address, TransportMessage message, IBasicProperties properties ) : void | ||
channel | IModel | |
address | Address | |
message | TransportMessage | |
properties | IBasicProperties | |
return | void |
public SetupSubscription ( IModel channel, |
||
channel | IModel | |
type | ||
subscriberName | string | |
return | void |
public TeardownSubscription ( IModel channel, |
||
channel | IModel | |
type | ||
subscriberName | string | |
return | void |