Class AbpRabbitMqEventBusOptions
Inheritance
object
AbpRabbitMqEventBusOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.RabbitMq
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
| Type | Description |
|---|---|
| string |
Properties
ClientName
Declaration
public string ClientName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExchangeName
Declaration
public string ExchangeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExchangeType
Declaration
public string ExchangeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrefetchCount
Declaration
public ushort? PrefetchCount { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort? |
Methods
GetExchangeTypeOrDefault()
Declaration
public string GetExchangeTypeOrDefault()
Returns
| Type | Description |
|---|---|
| string |