AioPikaFastProducer
faststream.rabbit.publisher.producer.AioPikaFastProducer #
Bases: ProducerProto[RabbitPublishCommand]
connect #
Source code in faststream/rabbit/publisher/producer.py
disconnect #
Source code in faststream/rabbit/publisher/producer.py
publish abstractmethod async #
publish(
cmd: RabbitPublishCommand,
) -> Optional[ConfirmationFrameType]
request abstractmethod async #
request(cmd: RabbitPublishCommand) -> IncomingMessage
publish_batch async #
publish_batch(cmd: RabbitPublishCommand) -> None