Enum ActionOnExhaustion (2.23.0-rc)

Action to take when the session pool is exhausted.

Constants

NameDescription
kBlock

Wait until a session is returned to the pool.

kFail

Fail the operation immediately.