MetadataInterface.php
Same filename in this branch
Namespace
OpenTelemetry\API\BaggageFile
-
vendor/
open-telemetry/ api/ Baggage/ MetadataInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Baggage;
/**
* @see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/baggage/api.md#set-value
*/
interface MetadataInterface {
public function getValue() : string;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
MetadataInterface |