C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqReceiveSettings

Inheritance: RabbitMqEntitySettings, ReceiveSettings, IQueueConfigurator, IExchangeBindingConfigurator
Exibir arquivo Open project: MassTransit/MassTransit Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetQueryStringOptions ( ) : IEnumerable

Method Details

EnablePriority() public method

public EnablePriority ( byte maxPriority ) : void
maxPriority byte
return void

GetInputAddress() public method

public GetInputAddress ( Uri hostAddress ) : Uri
hostAddress System.Uri
return System.Uri

GetQueryStringOptions() protected method

protected GetQueryStringOptions ( ) : IEnumerable
return IEnumerable

RabbitMqReceiveSettings() public method

public RabbitMqReceiveSettings ( ) : System
return System

RabbitMqReceiveSettings() public method

public RabbitMqReceiveSettings ( ReceiveSettings settings ) : System
settings ReceiveSettings
return System

SetQueueArgument() public method

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