C# 클래스 Kafka.Client.Cluster.Broker

Represents Kafka broker
파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

공개 메소드들

메소드 설명
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. ///