healthCheck method

bool healthCheck()

Performs a health check on the connection pool.

Returns true if the pool is healthy, false otherwise.

Implementation

bool healthCheck() => _backend.poolHealthCheck(_poolId);