C# Class Kafka.Client.Cluster.Broker

Represents Kafka broker
Show file Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
Broker ( int id, string creatorId, string host, int port )

Initializes a new instance of the Broker class.

Method Details

Broker() public method

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. ///