Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPoolCtorOptions

Hierarchy

  • IPoolCtorOptions

Properties

Properties

Optional capacity

capacity: number

Maximum number of clients the pool can contain.

default

10

Optional clientOptions

clientOptions: IClientCtorOptions

Options that will be used to instantiate pool clients.

default

undefined

Generated using TypeDoc