DiscoveryInterface.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Common\Http\Psr\Client\DiscoveryFile
-
vendor/
open-telemetry/ sdk/ Common/ Http/ Psr/ Client/ Discovery/ DiscoveryInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Http\Psr\Client\Discovery;
use Psr\Http\Client\ClientInterface;
interface DiscoveryInterface {
public function available() : bool;
public function create(mixed $options) : ClientInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
DiscoveryInterface |