healthCheck method
Performs a health check on the connection pool.
Returns true if the pool is healthy, false otherwise.
Implementation
bool healthCheck() => _backend.poolHealthCheck(_poolId);
Performs a health check on the connection pool.
Returns true if the pool is healthy, false otherwise.
bool healthCheck() => _backend.poolHealthCheck(_poolId);