Configuration options for the pool transport.
strategy: PoolStrategy | Strategy
The strategy to use for selecting transports. Can be a built-in strategy name or a custom Strategy instance.
transports: readonly TransportEntry[]
The transports in the pool.
maxRetries: number
Maximum number of retry attempts when a transport fails. Set to 0 to disable retries. Defaults to the number of transports.
Timeout in milliseconds for each send attempt. If not specified, no timeout is applied.
continueOnSuccess: boolean
Whether to continue trying other transports after a successful send when using selector-based strategy. Defaults to false.