public shutdown()

in src/shippers/elastic_v3/server/src/server_shipper.ts [180:185]


  public shutdown() {
    this.shutdown$.next();
    this.flush$.complete();
    this.shutdown$.complete();
    this.isOptedIn$.complete();
  }