constructor(options?: NodeOptions) {
        super(options);
        this.on('push', this._onPush.bind(this));
    }