constructor()

in src/Client.js [27:33]


  constructor(params) {
    if (!params.tlsTrustCertsFilePath) {
      // eslint-disable-next-line no-param-reassign
      params.tlsTrustCertsFilePath = certsFilePath;
    }
    this.client = new PulsarBinding.Client(params);
  }