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

Breadcrumb

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

function DelayedStalenessHandlerFactory::create

Overrides StalenessHandlerFactoryInterface::create

File

vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandlerFactory.php, line 44

Class

DelayedStalenessHandlerFactory

Namespace

OpenTelemetry\SDK\Metrics\StalenessHandler

Code

public function create() : ReferenceCounterInterface&StalenessHandlerInterface {
    $this->triggerStaleHandlers();
    return new DelayedStalenessHandler($this->stale, $this->freshen);
}
RSS feed
Powered by Drupal