INNER CODE UNIT · JavaScript

Hydra

pnxtech/hydra · index.js:48

class Hydra extends EventEmitter {
  /**
  * @name constructor
  * @return {undefined}
  */
  constructor() {
    super();

    this.instanceID = INSTANCE_ID_NOT_SET;
    this.mcMessageChannelClient;
    this.mcDirectMessageChannelClient;
    this.publishChannel = null;
    this.config = null;
    this.serviceName = '';
    this.serviceDescription = '';
    this.serviceVersion = '';
    this.isService = false;
    this.redisdb = null;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…