Class AbpKafkaEventBusOptions
Inherited Members
Namespace: Volo.Abp.EventBus.Kafka
Assembly: Volo.Abp.EventBus.Kafka.dll
Syntax
public class AbpKafkaEventBusOptions
Constructors
AbpKafkaEventBusOptions()
Declaration
public AbpKafkaEventBusOptions()
Properties
ConnectionName
Declaration
public string? ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupId
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
TopicName
Declaration
public string TopicName { get; set; }
Property Value
Type | Description |
---|---|
string |