Class AbpKafkaOptions
Inheritance
System.Object
AbpKafkaOptions
Assembly: Volo.Abp.Kafka.dll
Syntax
public class AbpKafkaOptions : object
Constructors
AbpKafkaOptions()
Declaration
Properties
Declaration
public Action<ConsumerConfig> ConfigureConsumer { get; set; }
Property Value
Type |
Description |
Action<ConsumerConfig> |
|
Declaration
public Action<ProducerConfig> ConfigureProducer { get; set; }
Property Value
Type |
Description |
Action<ProducerConfig> |
|
Declaration
public Action<TopicSpecification> ConfigureTopic { get; set; }
Property Value
Type |
Description |
Action<TopicSpecification> |
|
Connections
Declaration
public KafkaConnections Connections { get; }
Property Value
Extension Methods