@inheritDoc
Overrides SpanProcessorInterface::shutdown
public function shutdown(?CancellationInterface $cancellation = null) : bool { $result = true; foreach ($this->processors as $processor) { $result = $result && $processor->shutdown(); } return $result; }