Class IdentityKafkaConfiguration
Namespace: Identity.Application.Options
Assembly: Identity.Application.dll
public class IdentityKafkaConfiguration
Inheritance
object ← IdentityKafkaConfiguration
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
SectionName
public static string SectionName { get; set; }
Property Value
TimeoutInSeconds
public int TimeoutInSeconds { get; set; }
Property Value
UserPasswordResetTopic
public string UserPasswordResetTopic { get; set; }
Property Value
Last modified: 21 May 2024