Class OrderKafkaConfiguration
Namespace: Ordering.Application.Options
Assembly: Ordering.Application.dll
public class OrderKafkaConfiguration
Inheritance
object ← OrderKafkaConfiguration
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
BootstrapServers
public string BootstrapServers { get; set; }
Property Value
OrderInvoiceTopic
public string OrderInvoiceTopic { get; set; }
Property Value
SectionName
public static string SectionName { get; set; }
Property Value
TimeoutInSeconds
public int TimeoutInSeconds { get; set; }
Property Value
Last modified: 21 May 2024