Interface IKafkaMessageConsumerFactory
Assembly: Volo.Abp.Kafka.dll
Syntax
public interface IKafkaMessageConsumerFactory
Methods
Create(String, String, String)
Creates a new IKafkaMessageConsumer.
Avoid to create too many consumers since they are
not disposed until end of the application.
Declaration
IKafkaMessageConsumer Create(string topicName, string groupId, string connectionName = null)
Parameters
Type |
Name |
Description |
System.String |
topicName |
|
System.String |
groupId |
|
System.String |
connectionName |
|
Returns
Extension Methods