Class KafkaMessageConsumerFactory
Inheritance
KafkaMessageConsumerFactory
Assembly: Volo.Abp.Kafka.dll
Syntax
public class KafkaMessageConsumerFactory : IKafkaMessageConsumerFactory, ISingletonDependency, IDisposable
Constructors
KafkaMessageConsumerFactory(IServiceScopeFactory)
Declaration
public KafkaMessageConsumerFactory(IServiceScopeFactory serviceScopeFactory)
Parameters
Properties
ServiceScope
Declaration
protected IServiceScope ServiceScope { get; }
Property Value
Methods
Create(string, string, string?)
Declaration
public IKafkaMessageConsumer Create(string topicName, string groupId, string? connectionName = null)
Parameters
Returns
Dispose()
Declaration
Implements
Extension Methods