Class AbstractDatabasePool<TPool, TPoolClient, TPayload>Abstract

Abstract class representing a database pool.

Type Parameters

  • TPool

    The type of the pool.

  • TPoolClient

    The type of the pool client.

  • TPayload

    The type of the job payload.

Constructors

Properties

Methods

Constructors

Properties

pool: TPool

The underlying pool instance.

Methods