C# Класс Kafka.Client.Cluster.Broker

Represents Kafka broker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Broker ( int id, string creatorId, string host, int port )

Initializes a new instance of the Broker class.

Описание методов

Broker() публичный Метод

Initializes a new instance of the Broker class.
public Broker ( int id, string creatorId, string host, int port )
id int /// The broker id. ///
creatorId string /// The broker creator id. ///
host string /// The broker host. ///
port int /// The broker port. ///