C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqSendSettings

Inheritance: SendSettings, IExchangeConfigurator
Afficher le fichier Open project: MassTransit/MassTransit

Private Properties

Свойство Type Description
GetSettingStrings IEnumerable

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetQueryStringOptions ( ) : IEnumerable

Private Methods

Méthode Description
GetSettingStrings ( ) : IEnumerable

Method Details

BindToExchange() public méthode

public BindToExchange ( string exchangeName ) : void
exchangeName string
Résultat void

BindToQueue() public méthode

public BindToQueue ( string queueName ) : void
queueName string
Résultat void

GetQueryStringOptions() protected méthode

protected GetQueryStringOptions ( ) : IEnumerable
Résultat IEnumerable

GetSendAddress() public méthode

public GetSendAddress ( Uri hostAddress ) : Uri
hostAddress Uri
Résultat Uri

RabbitMqSendSettings() public méthode

public RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System
exchangeName string
exchangeType string
durable bool
autoDelete bool
Résultat System

SetQueueArgument() public méthode

public SetQueueArgument ( string key, object value ) : void
key string
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string