function TransportInterface::send
Same name in this branch
- 11.1.x vendor/symfony/mailer/Transport/TransportInterface.php \Symfony\Component\Mailer\Transport\TransportInterface::send()
2 methods override TransportInterface::send()
- PsrTransport::send in vendor/
open-telemetry/ sdk/ Common/ Export/ Http/ PsrTransport.php - @psalm-suppress ArgumentTypeCoercion
- StreamTransport::send in vendor/
open-telemetry/ sdk/ Common/ Export/ Stream/ StreamTransport.php
File
-
vendor/
open-telemetry/ sdk/ Common/ Export/ TransportInterface.php, line 17
Class
- TransportInterface
- @psalm-template-covariant CONTENT_TYPE of string
Namespace
OpenTelemetry\SDK\Common\ExportCode
public function send(string $payload, ?CancellationInterface $cancellation = null) : FutureInterface;