Class AbpRabbitMqEventBusOptions
Inheritance
AbpRabbitMqEventBusOptions
Assembly: Volo.Abp.EventBus.RabbitMQ.dll
Syntax
public class AbpRabbitMqEventBusOptions
Constructors
AbpRabbitMqEventBusOptions()
Declaration
public AbpRabbitMqEventBusOptions()
Fields
DefaultExchangeType
Declaration
public const string DefaultExchangeType = "direct"
Field Value
Properties
ClientName
Declaration
public string ClientName { get; set; }
Property Value
ConnectionName
Declaration
public string? ConnectionName { get; set; }
Property Value
ExchangeArguments
Declaration
public IDictionary<string, object> ExchangeArguments { get; set; }
Property Value
ExchangeName
Declaration
public string ExchangeName { get; set; }
Property Value
ExchangeType
Declaration
public string? ExchangeType { get; set; }
Property Value
PrefetchCount
Declaration
public ushort? PrefetchCount { get; set; }
Property Value
QueueArguments
Declaration
public IDictionary<string, object> QueueArguments { get; set; }
Property Value
Methods
GetExchangeTypeOrDefault()
Declaration
public string GetExchangeTypeOrDefault()
Returns
Extension Methods