Interface IConsumerPool
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 |
---|---|---|
System.String | groupId | |
System.String | connectionName |
Returns
Type | Description |
---|---|
IConsumer<System.String, System.Byte[]> |