Method | Description | |
---|---|---|
QueueInit ( IEnumerable |
||
QueueStructureInitializer ( IQueueClient queueClient, string exchangeName ) : System.Collections.Generic |
Method | Description | |
---|---|---|
QueueDeclareAndBind ( string queueName, string routeName, string deadLetterRouteName = null ) : void |
protected QueueDeclareAndBind ( string queueName, string routeName, string deadLetterRouteName = null ) : void | ||
queueName | string | |
routeName | string | |
deadLetterRouteName | string | |
return | void |
public QueueInit ( IEnumerable |
||
queueBindings | IEnumerable |
|
enableDeadLettering | bool | |
return | void |
public QueueStructureInitializer ( IQueueClient queueClient, string exchangeName ) : System.Collections.Generic | ||
queueClient | IQueueClient | |
exchangeName | string | |
return | System.Collections.Generic |