public
select(ConnectionInterface[] $connections): ConnectionInterface
Perform logic to select a single ConnectionInterface instance from the array provided
an array of ConnectionInterface instances to choose from
OpenSearch\ConnectionPool\Selectors\RoundRobinSelector::select()
OpenSearch\ConnectionPool\Selectors\RandomSelector::select()
OpenSearch\ConnectionPool\Selectors\StickyRoundRobinSelector::select()