Options
All
  • Public
  • Public/Protected
  • All
Menu

The Io class. You should usually not be directly instantiating this class, rather calling the export= function instead.

Hierarchy

  • Io

Index

Properties

config: Config
_mongo?: Mongo
_rabbit?: <internal>.Rabbit
_redis?: <internal>.Redis

Constructors

Methods

  • close(): Promise<void[]>
  • Close all open connections that Io has made. While the connections should close automatically when the process exits, it's still recommended to call this function to avoid "unexpected closures".

    Returns Promise<void[]>

  • generateUuid(): string

Accessors

Generated using TypeDoc