Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StalenessHandlerFactoryInterface.php

interface StalenessHandlerFactoryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\StalenessHandlerFactoryInterface

Expanded class hierarchy of StalenessHandlerFactoryInterface

All classes that implement StalenessHandlerFactoryInterface

3 files declare their use of StalenessHandlerFactoryInterface
DelayedStalenessHandlerFactory.php in vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandlerFactory.php
ImmediateStalenessHandlerFactory.php in vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandlerFactory.php
NoopStalenessHandlerFactory.php in vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandlerFactory.php

File

vendor/open-telemetry/sdk/Metrics/StalenessHandlerFactoryInterface.php, line 7

Namespace

OpenTelemetry\SDK\Metrics
View source
interface StalenessHandlerFactoryInterface {
    public function create() : StalenessHandlerInterface&ReferenceCounterInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
StalenessHandlerFactoryInterface::create public function 3
RSS feed
Powered by Drupal