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