Interface IKafkaMessageConsumerFactory
Namespace: Volo.Abp.Kafka
Assembly: Volo.Abp.Kafka.dll
Syntax
public interface IKafkaMessageConsumerFactory
Methods
Create(string, string, string?)
Declaration
IKafkaMessageConsumer Create(string topicName, string groupId, string? connectionName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | topicName | |
| string | groupId | |
| string | connectionName |
Returns
| Type | Description |
|---|---|
| IKafkaMessageConsumer |