Searched refs:ConnectionFactory (Results 1 – 4 of 4) sorted by relevance
2 === Setting a custom ConnectionFactory4 The ConnectionFactory instantiates new Connection objects when requested by the 10 There is little reason to provide your own ConnectionFactory, but if you need to 11 do so, you need to supply an intact ConnectionFactory object to the 55 As you can see, if you decide to inject your own ConnectionFactory, you take 56 over the responsibility of wiring it correctly. The ConnectionFactory requires a
171 …public function __construct($connections, SelectorInterface $selector, ConnectionFactory $factory,…
24 class ConnectionFactory implements ConnectionFactoryInterface class
30 use Elasticsearch\Connections\ConnectionFactory; alias654 …$this->connectionFactory = new ConnectionFactory($this->handler, $this->connectionParams, $this->s…