C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqReceiveSettings

Inheritance: RabbitMqEntitySettings, ReceiveSettings, IQueueConfigurator, IExchangeBindingConfigurator
Afficher le fichier Open project: MassTransit/MassTransit Class Usage Examples

Méthodes publiques

Méthode Description
EnablePriority ( byte maxPriority ) : void
GetInputAddress ( Uri hostAddress ) : Uri
RabbitMqReceiveSettings ( ) : System
RabbitMqReceiveSettings ( ReceiveSettings settings ) : System
SetQueueArgument ( string key, object value ) : void

Méthodes protégées

Méthode Description
GetQueryStringOptions ( ) : IEnumerable

Method Details

EnablePriority() public méthode

public EnablePriority ( byte maxPriority ) : void
maxPriority byte
Résultat void

GetInputAddress() public méthode

public GetInputAddress ( Uri hostAddress ) : Uri
hostAddress System.Uri
Résultat System.Uri

GetQueryStringOptions() protected méthode

protected GetQueryStringOptions ( ) : IEnumerable
Résultat IEnumerable

RabbitMqReceiveSettings() public méthode

public RabbitMqReceiveSettings ( ) : System
Résultat System

RabbitMqReceiveSettings() public méthode

public RabbitMqReceiveSettings ( ReceiveSettings settings ) : System
settings ReceiveSettings
Résultat System

SetQueueArgument() public méthode

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