Interface IConsumerPool
Inherited Members
System.IDisposable.Dispose()
Namespace: Volo.Abp.Kafka
Assembly: Volo.Abp.Kafka.dll
Syntax
public interface IConsumerPool : IDisposable
Methods
Get(string, string)
Declaration
IConsumer<string, byte[]> Get(string groupId, string connectionName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | groupId | |
| string | connectionName |
Returns
| Type | Description |
|---|---|
| Confluent.Kafka.IConsumer<,><string, byte[]> |