ResolverInterface.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Common\Http\HttpPlug\ClientFile
-
vendor/
open-telemetry/ sdk/ Common/ Http/ HttpPlug/ Client/ ResolverInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Http\HttpPlug\Client;
use Http\Client\HttpAsyncClient;
interface ResolverInterface {
public function resolveHttpPlugAsyncClient() : HttpAsyncClient;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ResolverInterface |