Class AbpKafkaEventBusOptions
Inheritance
object
AbpKafkaEventBusOptions
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.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 |