Class AbpKafkaOptions
Inheritance
object
AbpKafkaOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Kafka
Assembly: Volo.Abp.Kafka.dll
Syntax
public class AbpKafkaOptions
Constructors
AbpKafkaOptions()
Declaration
public AbpKafkaOptions()
Properties
ConfigureConsumer
Declaration
public Action<ConsumerConfig> ConfigureConsumer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Action<T><ConsumerConfig> |
ConfigureProducer
Declaration
public Action<ProducerConfig> ConfigureProducer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Action<T><ProducerConfig> |
ConfigureTopic
Declaration
public Action<TopicSpecification> ConfigureTopic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Action<T><TopicSpecification> |
Connections
Declaration
public KafkaConnections Connections { get; }
Property Value
| Type | Description |
|---|---|
| KafkaConnections |