C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqSendSettings

Inheritance: SendSettings, IExchangeConfigurator
Exibir arquivo Open project: MassTransit/MassTransit

Private Properties

Property Type Description
GetSettingStrings IEnumerable

Public Methods

Method Description
BindToExchange ( string exchangeName ) : void
BindToQueue ( string queueName ) : void
GetSendAddress ( Uri hostAddress ) : Uri
RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System
SetQueueArgument ( string key, object value ) : void
ToString ( ) : string

Protected Methods

Method Description
GetQueryStringOptions ( ) : IEnumerable

Private Methods

Method Description
GetSettingStrings ( ) : IEnumerable

Method Details

BindToExchange() public method

public BindToExchange ( string exchangeName ) : void
exchangeName string
return void

BindToQueue() public method

public BindToQueue ( string queueName ) : void
queueName string
return void

GetQueryStringOptions() protected method

protected GetQueryStringOptions ( ) : IEnumerable
return IEnumerable

GetSendAddress() public method

public GetSendAddress ( Uri hostAddress ) : Uri
hostAddress Uri
return Uri

RabbitMqSendSettings() public method

public RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System
exchangeName string
exchangeType string
durable bool
autoDelete bool
return System

SetQueueArgument() public method

public SetQueueArgument ( string key, object value ) : void
key string
value object
return void

ToString() public method

public ToString ( ) : string
return string