interface ExecutionContextAwareInterface
Hierarchy
- interface \OpenTelemetry\Context\ExecutionContextAwareInterface
Expanded class hierarchy of ExecutionContextAwareInterface
All classes that implement ExecutionContextAwareInterface
File
-
vendor/
open-telemetry/ context/ ExecutionContextAwareInterface.php, line 7
Namespace
OpenTelemetry\ContextView source
interface ExecutionContextAwareInterface {
public function fork(int|string $id) : void;
public function switch(int|string $id) : void;
public function destroy(int|string $id) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ExecutionContextAwareInterface::destroy | public | function | 2 | |
ExecutionContextAwareInterface::fork | public | function | 2 | |
ExecutionContextAwareInterface::switch | public | function | 2 |