constructor()

in src/common-core/message.ts [79:91]


  constructor(data: Message.BufferConvertible) {
    this.data = data;

    this.properties = new Properties();
    this.messageId = '';
    this.to = '';
    this.expiryTimeUtc = undefined;
    this.lockToken = '';
    this.correlationId = '';
    this.userId = '';
    this.contentEncoding = undefined;
    this.contentType = undefined;
  }