Interface IConsumerPool
Inherited Members
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 |
|---|---|
| IConsumer<string, byte[]> |