Class AbpRabbitMqEventBusOptions
Inheritance
System.Object
AbpRabbitMqEventBusOptions
Assembly: Volo.Abp.EventBus.RabbitMQ.dll
Syntax
public class AbpRabbitMqEventBusOptions : object
Properties
ClientName
Declaration
public string ClientName { get; set; }
Property Value
Type |
Description |
System.String |
|
ConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExchangeName
Declaration
public string ExchangeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods