Class AbpAzureEventBusOptions
Inheritance
AbpAzureEventBusOptions
Assembly: Volo.Abp.EventBus.Azure.dll
Syntax
public class AbpAzureEventBusOptions
Constructors
AbpAzureEventBusOptions()
Declaration
public AbpAzureEventBusOptions()
Properties
ConnectionName
Declaration
public string? ConnectionName { get; set; }
Property Value
IsServiceBusDisabled
Declaration
public bool IsServiceBusDisabled { get; set; }
Property Value
SubscriberName
Declaration
public string SubscriberName { get; set; }
Property Value
TopicName
Declaration
public string TopicName { get; set; }
Property Value
Extension Methods