ClockInterface.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Common\TimeFile
-
vendor/
open-telemetry/ sdk/ Common/ Time/ ClockInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Time;
use OpenTelemetry\API\Common\Time as API;
/**
* @deprecated Use OpenTelemetry\API\Common\Time\ClockInterface
*/
interface ClockInterface extends API\ClockInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ClockInterface | Use OpenTelemetry\API\Common\Time\ClockInterface |