FkafkaClient constructor

FkafkaClient(
  1. rd_kafka_type_t_e type,
  2. FkafkaConf _conf
)

Implementation

FkafkaClient(this.type, this._conf) {
  _init();
}