isValidId

abstract fun isValidId(poolId: String): Boolean

Checks if the given ID is a valid 4-character hexadecimal value.

Return

True if the ID is valid, false otherwise.

Parameters

poolId

The connection pool ID to validate.