abstract | |
---|---|
implements |
ConnectionPoolInterface |
Methods | ||
---|---|---|
public
|
__construct(
ConnectionInterface[] $connections,
SelectorInterface $selector,
ConnectionFactoryInterface $factory,
array<string, mixed> $connectionPoolParams,
)
|
# |
abstract
public
|
nextConnection(bool $force = false): ConnectionInterface
|
# |
abstract
public
|
scheduleCheck(): void
|
# |
Properties | |||
---|---|---|---|
protected
|
ConnectionInterface[]
|
$connections
|
# |
protected
|
ConnectionInterface[]
|
$seedConnections
|
# |
protected
|
SelectorInterface
|
$selector
|
# |
protected
|
array<string, mixed>
|
$connectionPoolParams
|
# |
protected
|
ConnectionFactoryInterface
|
$connectionFactory
|
# |