Show / Hide Table of Contents

Class KafkaTopicInitializer

Inheritance
object
KafkaTopicInitializer
Implements
IKafkaTopicsInitializer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.Kafka.Services
Assembly: NotifyHub.Kafka.dll
Syntax
public class KafkaTopicInitializer : IKafkaTopicsInitializer

Constructors

| Edit this page View Source

KafkaTopicInitializer(IOptions<KafkaOptions>)

Declaration
public KafkaTopicInitializer(IOptions<KafkaOptions> options)
Parameters
Type Name Description
IOptions<KafkaOptions> options

Methods

| Edit this page View Source

EnsureTopicsCreatedAsync()

Инициализация топиков из настроек в конфигурации

Declaration
public Task EnsureTopicsCreatedAsync()
Returns
Type Description
Task

Implements

IKafkaTopicsInitializer
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX