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