Interface

ClientClusterOptions

Properties

configure?: (runtime: ClientRuntime) => void | Promise<void>

Called before `login` for every successfully constructed client. Attach message/event handlers here so dynamically-added runtimes get the same wiring.

suppressBetaWarning?: boolean

Suppress the process-level beta warning (tests / controlled deployments only). Default: `false`.