Home
last modified time | relevance | path

Searched refs:FutureArrayInterface (Results 1 – 10 of 10) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMockHandler.php6 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
13 /** @var callable|array|FutureArrayInterface */
21 * @param array|FutureArrayInterface|callable $result Mock return value.
43 } elseif (!$response instanceof FutureArrayInterface) {
45 'Response must be an array or FutureArrayInterface. Found '
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
96 public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface
139 * @param FutureArrayInterface $result Response of a request (promise)
144 public function resultOrFuture(FutureArrayInterface $result, array $options = [])
151 } while ($result instanceof FutureArrayInterface);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php5 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
221 * @param array|FutureArrayInterface $message Array containing a "body" key
327 * @param FutureArrayInterface $future Future to wrap with a new future
335 FutureArrayInterface $future,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DBooleanRequestWrapper.php25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
47 if (!($response instanceof FutureArrayInterface)) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php7 interface FutureArrayInterface extends interface
H A DFutureArray.php8 class FutureArray implements FutureArrayInterface
H A DCompletedFutureArray.php7 class CompletedFutureArray extends CompletedFutureValue implements FutureArrayInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc265 example, `$response['hits']['hits']`) since FutureArrayInterface automatically