Class AbpAzureEventBusOptions
Inheritance
object
AbpAzureEventBusOptions
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.Azure
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
| Type | Description |
|---|---|
| string |
IsServiceBusDisabled
Declaration
public bool IsServiceBusDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SubscriberName
Declaration
public string SubscriberName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TopicName
Declaration
public string TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |