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