Overrides MeterInterface::batchObserve
public function batchObserve(callable $callback, AsynchronousInstrument $instrument, AsynchronousInstrument ...$instruments) : ObservableCallbackInterface { return ($this->meter ??= ($this->factory)()) ->batchObserve($callback, $instrument, ...$instruments); }